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