|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupType | |
---|---|
org.eclipse.emf.ecp.view.spi.group.model | |
org.eclipse.emf.ecp.view.spi.group.model.impl |
Uses of GroupType in org.eclipse.emf.ecp.view.spi.group.model |
---|
Fields in org.eclipse.emf.ecp.view.spi.group.model with type parameters of type GroupType | |
---|---|
static List<GroupType> |
GroupType.VALUES
A public read-only list of all the 'Type' enumerators. |
Methods in org.eclipse.emf.ecp.view.spi.group.model that return GroupType | |
---|---|
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. |
Methods in org.eclipse.emf.ecp.view.spi.group.model with parameters of type GroupType | |
---|---|
void |
VGroup.setGroupType(GroupType value)
Sets the value of the ' Group Type '
attribute. |
Uses of GroupType in org.eclipse.emf.ecp.view.spi.group.model.impl |
---|
Methods in org.eclipse.emf.ecp.view.spi.group.model.impl that return GroupType | |
---|---|
GroupType |
VGroupFactoryImpl.createGroupTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue)
|
GroupType |
VGroupImpl.getGroupType()
|
Methods in org.eclipse.emf.ecp.view.spi.group.model.impl with parameters of type GroupType | |
---|---|
void |
VGroupImpl.setGroupType(GroupType newGroupType)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |