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