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