Package | Description |
---|---|
com.interpss.dstab | |
com.interpss.dstab.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<GeneratorType> |
GeneratorType.VALUES
A public read-only list of all the 'Generator Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static GeneratorType |
GeneratorType.get(int value)
Returns the 'Generator Type' literal with the specified integer value.
|
static GeneratorType |
GeneratorType.get(java.lang.String literal)
Returns the 'Generator Type' literal with the specified literal value.
|
static GeneratorType |
GeneratorType.getByName(java.lang.String name)
Returns the 'Generator Type' literal with the specified name.
|
static GeneratorType |
GeneratorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneratorType[] |
GeneratorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GeneratorType |
DstabFactoryImpl.createGeneratorTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |