| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<SIPrefix> |
SIPrefix.VALUES
A public read-only list of all the 'SI Prefix' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SIPrefix |
SIPrefix.get(int value)
Returns the 'SI Prefix' literal with the specified integer value.
|
static SIPrefix |
SIPrefix.get(String literal)
Returns the 'SI Prefix' literal with the specified literal value.
|
static SIPrefix |
SIPrefix.getByName(String name)
Returns the 'SI Prefix' literal with the specified name.
|
SIPrefix |
Project.getExportLengthMeasurePrefix()
Returns the value of the 'Export Length Measure Prefix' attribute.
|
static SIPrefix |
SIPrefix.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SIPrefix[] |
SIPrefix.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setExportLengthMeasurePrefix(SIPrefix value)
Sets the value of the '
Export Length Measure Prefix' attribute. |
| Modifier and Type | Method and Description |
|---|---|
SIPrefix |
StoreFactoryImpl.createSIPrefixFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
SIPrefix |
ProjectImpl.getExportLengthMeasurePrefix() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectImpl.setExportLengthMeasurePrefix(SIPrefix newExportLengthMeasurePrefix) |
Copyright © 2018 OpenSource BIM. All rights reserved.