| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayDefinition
A representation of the model object 'Array Definition'.
|
interface |
ObjectDefinition
A representation of the model object 'Object Definition'.
|
interface |
PrimitiveDefinition
A representation of the model object 'Primitive Definition'.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
StoreFactory.createTypeDefinition()
Returns a new object of class 'Type Definition'.
|
TypeDefinition |
ArrayDefinition.getType()
Returns the value of the 'Type' reference.
|
TypeDefinition |
ParameterDefinition.getType()
Returns the value of the 'Type' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayDefinition.setType(TypeDefinition value)
Sets the value of the '
Type' reference. |
void |
ParameterDefinition.setType(TypeDefinition value)
Sets the value of the '
Type' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayDefinitionImpl
An implementation of the model object 'Array Definition'.
|
class |
ObjectDefinitionImpl
An implementation of the model object 'Object Definition'.
|
class |
PrimitiveDefinitionImpl
An implementation of the model object 'Primitive Definition'.
|
class |
TypeDefinitionImpl
An implementation of the model object 'Type Definition'.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
StoreFactoryImpl.createTypeDefinition() |
TypeDefinition |
ParameterDefinitionImpl.getType() |
TypeDefinition |
ArrayDefinitionImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDefinitionImpl.setType(TypeDefinition newType) |
void |
ArrayDefinitionImpl.setType(TypeDefinition newType) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseTypeDefinition(TypeDefinition object)
Returns the result of interpreting the object as an instance of 'Type Definition'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.