Package | Description |
---|---|
org.eclipse.incquery.viewers.runtime.model | |
org.eclipse.incquery.viewers.runtime.model.impl | |
org.eclipse.incquery.viewers.runtime.specifications |
Modifier and Type | Field and Description |
---|---|
static java.util.List<HierarchyPolicy> |
HierarchyPolicy.VALUES
A public read-only list of all the 'Hierarchy Policy' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static HierarchyPolicy |
HierarchyPolicy.get(int value)
Returns the 'Hierarchy Policy' literal with the specified integer value.
|
static HierarchyPolicy |
HierarchyPolicy.get(java.lang.String literal)
Returns the 'Hierarchy Policy' literal with the specified literal value.
|
static HierarchyPolicy |
HierarchyPolicy.getByName(java.lang.String name)
Returns the 'Hierarchy Policy' literal with the specified name.
|
HierarchyPolicy |
Item.getPolicy()
Returns the value of the 'Policy' attribute.
|
static HierarchyPolicy |
HierarchyPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HierarchyPolicy[] |
HierarchyPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.setPolicy(HierarchyPolicy value)
Sets the value of the '
Policy ' attribute. |
Modifier and Type | Method and Description |
---|---|
HierarchyPolicy |
NotationFactoryImpl.createHierarchyPolicyFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
HierarchyPolicy |
ItemImpl.getPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
ItemImpl.setPolicy(HierarchyPolicy newPolicy) |
Modifier and Type | Method and Description |
---|---|
HierarchyPolicy |
ItemQuerySpecificationDescriptor.getPolicy() |