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