| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<PrimitiveEnum> |
PrimitiveEnum.VALUES
A public read-only list of all the 'Primitive Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveEnum |
PrimitiveEnum.get(int value)
Returns the 'Primitive Enum' literal with the specified integer value.
|
static PrimitiveEnum |
PrimitiveEnum.get(String literal)
Returns the 'Primitive Enum' literal with the specified literal value.
|
static PrimitiveEnum |
PrimitiveEnum.getByName(String name)
Returns the 'Primitive Enum' literal with the specified name.
|
PrimitiveEnum |
PrimitiveDefinition.getType()
Returns the value of the 'Type' attribute.
|
static PrimitiveEnum |
PrimitiveEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveEnum[] |
PrimitiveEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveDefinition.setType(PrimitiveEnum value)
Sets the value of the '
Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveEnum |
StoreFactoryImpl.createPrimitiveEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
PrimitiveEnum |
PrimitiveDefinitionImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveDefinitionImpl.setType(PrimitiveEnum newType) |
Copyright © 2016 OpenSource BIM. All rights reserved.