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