| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Interface and Description |
|---|---|
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 |
StringType
A representation of the model object 'String Type'.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
StoreFactory.createPrimitiveType()
Returns a new object of class 'Primitive Type'.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
PrimitiveTypeImpl
An implementation of the model object 'Primitive Type'.
|
class |
StringTypeImpl
An implementation of the model object 'String Type'.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveType |
StoreFactoryImpl.createPrimitiveType() |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.casePrimitiveType(PrimitiveType object)
Returns the result of interpreting the object as an instance of 'Primitive Type'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.