| Package | Description |
|---|---|
| org.bimserver.models.store | |
| org.bimserver.models.store.impl | |
| org.bimserver.models.store.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListDataValue
A representation of the model object 'List Data Value'.
|
interface |
ReferenceDataValue
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
interface |
SimpleDataValue
Copyright (C) 2009-2018 BIMserver.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
|
| Modifier and Type | Method and Description |
|---|---|
DataValue |
StoreFactory.createDataValue()
Returns a new object of class 'Data Value'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataValue> |
DataObject.getValues()
Returns the value of the 'Values' reference list.
|
org.eclipse.emf.common.util.EList<DataValue> |
ListDataValue.getValues()
Returns the value of the 'Values' reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataValueImpl
An implementation of the model object 'Data Value'.
|
class |
ListDataValueImpl
An implementation of the model object 'List Data Value'.
|
class |
ReferenceDataValueImpl
An implementation of the model object 'Reference Data Value'.
|
class |
SimpleDataValueImpl
An implementation of the model object 'Simple Data Value'.
|
| Modifier and Type | Method and Description |
|---|---|
DataValue |
StoreFactoryImpl.createDataValue() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataValue> |
DataObjectImpl.getValues() |
org.eclipse.emf.common.util.EList<DataValue> |
ListDataValueImpl.getValues() |
| Modifier and Type | Method and Description |
|---|---|
T |
StoreSwitch.caseDataValue(DataValue object)
Returns the result of interpreting the object as an instance of 'Data Value'.
|
Copyright © 2018 OpenSource BIM. All rights reserved.