| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayType
A representation of the model object 'Array Type'.
|
interface |
BooleanType
A representation of the model object 'Boolean Type'.
|
interface |
ByteArrayType
A representation of the model object 'Byte Array Type'.
|
interface |
DoubleType
A representation of the model object 'Double Type'.
|
interface |
LongType
A representation of the model object 'Long Type'.
|
interface |
ObjectType
A representation of the model object 'Object Type'.
|
interface |
PrimitiveType
A representation of the model object 'Primitive Type'.
|
interface |
StringType
A representation of the model object 'String Type'.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
StoreFactory.createType()
Returns a new object of class 'Type'.
|
Type |
ParameterDefinition.getDefaultValue()
Returns the value of the 'Default Value' reference.
|
Type |
Parameter.getValue()
Returns the value of the 'Value' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Type> |
ArrayType.getValues()
Returns the value of the 'Values' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDefinition.setDefaultValue(Type value)
Sets the value of the '
Default Value' reference. |
void |
Parameter.setValue(Type value)
Sets the value of the '
Value' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayTypeImpl
An implementation of the model object 'Array Type'.
|
class |
BooleanTypeImpl
An implementation of the model object 'Boolean Type'.
|
class |
ByteArrayTypeImpl
An implementation of the model object 'Byte Array Type'.
|
class |
DoubleTypeImpl
An implementation of the model object 'Double Type'.
|
class |
LongTypeImpl
An implementation of the model object 'Long Type'.
|
class |
ObjectTypeImpl
An implementation of the model object 'Object Type'.
|
class |
PrimitiveTypeImpl
An implementation of the model object 'Primitive Type'.
|
class |
StringTypeImpl
An implementation of the model object 'String Type'.
|
class |
TypeImpl
An implementation of the model object 'Type'.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
StoreFactoryImpl.createType() |
Type |
ParameterDefinitionImpl.getDefaultValue() |
Type |
ParameterImpl.getValue() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Type> |
ArrayTypeImpl.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDefinitionImpl.setDefaultValue(Type newDefaultValue) |
void |
ParameterImpl.setValue(Type newValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.