Package | Description |
---|---|
org.eclipse.emf.ecp.view.spi.group.model | |
org.eclipse.emf.ecp.view.spi.group.model.impl |
Modifier and Type | Field and Description |
---|---|
static List<GroupType> |
GroupType.VALUES
A public read-only list of all the 'Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static GroupType |
GroupType.get(int value)
Returns the 'Type' literal with the specified integer value.
|
static GroupType |
GroupType.get(String literal)
Returns the 'Type' literal with the specified literal value.
|
static GroupType |
GroupType.getByName(String name)
Returns the 'Type' literal with the specified name.
|
GroupType |
VGroup.getGroupType()
Returns the value of the 'Group Type' attribute.
|
static GroupType |
GroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupType[] |
GroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VGroup.setGroupType(GroupType value)
Sets the value of the '
Group Type '
attribute. |
Modifier and Type | Field and Description |
---|---|
protected static GroupType |
VGroupImpl.GROUP_TYPE_EDEFAULT
The default value of the '
Group Type ' attribute. |
protected GroupType |
VGroupImpl.groupType
The cached value of the '
Group Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
GroupType |
VGroupFactoryImpl.createGroupTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
GroupType |
VGroupImpl.getGroupType() |
Modifier and Type | Method and Description |
---|---|
void |
VGroupImpl.setGroupType(GroupType newGroupType) |
Copyright © 2019. All rights reserved.