|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SImplementationMode | |
---|---|
org.metaabm | |
org.metaabm.impl | |
org.metaabm.validation |
Uses of SImplementationMode in org.metaabm |
---|
Fields in org.metaabm with type parameters of type SImplementationMode | |
---|---|
static java.util.List<SImplementationMode> |
SImplementationMode.VALUES
A public read-only list of all the 'SImplementation Mode' enumerators. |
Methods in org.metaabm that return SImplementationMode | |
---|---|
static SImplementationMode |
SImplementationMode.get(int value)
Returns the 'SImplementation Mode' literal with the specified integer value. |
static SImplementationMode |
SImplementationMode.get(java.lang.String literal)
Returns the 'SImplementation Mode' literal with the specified literal value. |
static SImplementationMode |
SImplementationMode.getByName(java.lang.String name)
Returns the 'SImplementation Mode' literal with the specified name. |
SImplementationMode |
SImplementation.getMode()
Returns the value of the 'Mode' attribute. |
static SImplementationMode |
SImplementationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SImplementationMode[] |
SImplementationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.metaabm with parameters of type SImplementationMode | |
---|---|
void |
SImplementation.setMode(SImplementationMode value)
Sets the value of the ' Mode ' attribute. |
Uses of SImplementationMode in org.metaabm.impl |
---|
Fields in org.metaabm.impl declared as SImplementationMode | |
---|---|
protected SImplementationMode |
SImplementationImpl.mode
The cached value of the ' Mode ' attribute. |
protected static SImplementationMode |
SImplementationImpl.MODE_EDEFAULT
The default value of the ' Mode ' attribute. |
Methods in org.metaabm.impl that return SImplementationMode | |
---|---|
SImplementationMode |
MetaABMFactoryImpl.createSImplementationModeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
SImplementationMode |
SImplementationImpl.getMode()
|
Methods in org.metaabm.impl with parameters of type SImplementationMode | |
---|---|
void |
SImplementationImpl.setMode(SImplementationMode newMode)
|
Uses of SImplementationMode in org.metaabm.validation |
---|
Methods in org.metaabm.validation with parameters of type SImplementationMode | |
---|---|
boolean |
SImplementationValidator.validateMode(SImplementationMode value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |