| Package | Description |
|---|---|
| org.bimserver.models.store |
| 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.
|
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.
|
Copyright © 2018 OpenSource BIM. All rights reserved.