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