| Package | Description |
|---|---|
| com.interpss.simu | |
| com.interpss.simu.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<ResourceType> |
ResourceType.VALUES
A public read-only list of all the 'Resource Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.get(int value)
Returns the 'Resource Type' literal with the specified integer value.
|
static ResourceType |
ResourceType.get(java.lang.String literal)
Returns the 'Resource Type' literal with the specified literal value.
|
static ResourceType |
ResourceType.getByName(java.lang.String name)
Returns the 'Resource Type' literal with the specified name.
|
ResourceType |
SimuContext.getResourceType()
Returns the value of the 'Resource Type' attribute.
|
static ResourceType |
ResourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContext.setResourceType(ResourceType value)
Sets the value of the '
Resource Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
SimuFactoryImpl.createResourceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
ResourceType |
SimuContextImpl.getResourceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimuContextImpl.setResourceType(ResourceType newResourceType) |