| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataSchema |
StoreFactory.createExtendedDataSchema()
Returns a new object of class 'Extended Data Schema'.
|
ExtendedDataSchema |
Service.getReadExtendedData()
Returns the value of the 'Read Extended Data' reference.
|
ExtendedDataSchema |
ExtendedData.getSchema()
Returns the value of the 'Schema' reference.
|
ExtendedDataSchema |
Service.getWriteExtendedData()
Returns the value of the 'Write Extended Data' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ExtendedDataSchema> |
User.getSchemas()
Returns the value of the 'Schemas' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Service.setReadExtendedData(ExtendedDataSchema value)
Sets the value of the '
Read Extended Data' reference. |
void |
ExtendedData.setSchema(ExtendedDataSchema value)
Sets the value of the '
Schema' reference. |
void |
Service.setWriteExtendedData(ExtendedDataSchema value)
Sets the value of the '
Write Extended Data' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedDataSchemaImpl
An implementation of the model object 'Extended Data Schema'.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedDataSchema |
StoreFactoryImpl.createExtendedDataSchema() |
ExtendedDataSchema |
ServiceImpl.getReadExtendedData() |
ExtendedDataSchema |
ExtendedDataImpl.getSchema() |
ExtendedDataSchema |
ServiceImpl.getWriteExtendedData() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ExtendedDataSchema> |
UserImpl.getSchemas() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceImpl.setReadExtendedData(ExtendedDataSchema newReadExtendedData) |
void |
ExtendedDataImpl.setSchema(ExtendedDataSchema newSchema) |
void |
ServiceImpl.setWriteExtendedData(ExtendedDataSchema newWriteExtendedData) |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseExtendedDataSchema(ExtendedDataSchema object)
Returns the result of interpreting the object as an instance of 'Extended Data Schema'.
|
Copyright © 2016 OpenSource BIM. All rights reserved.