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