| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<ActionState> |
ActionState.VALUES
A public read-only list of all the 'Action State' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ActionState |
ActionState.get(int value)
Returns the 'Action State' literal with the specified integer value.
|
static ActionState |
ActionState.get(String literal)
Returns the 'Action State' literal with the specified literal value.
|
static ActionState |
ActionState.getByName(String name)
Returns the 'Action State' literal with the specified name.
|
ActionState |
LongActionState.getState()
Returns the value of the 'State' attribute.
|
static ActionState |
ActionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionState[] |
ActionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LongActionState.setState(ActionState value)
Sets the value of the '
State' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ActionState |
StoreFactoryImpl.createActionStateFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
ActionState |
LongActionStateImpl.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
LongActionStateImpl.setState(ActionState newState) |
Copyright © 2018 OpenSource BIM. All rights reserved.