public class DataObjectImpl extends FlowElementImpl implements DataObject
Modifier and Type | Field and Description |
---|---|
protected static ChildElement<DataState> |
dataStateChild |
protected static Attribute<Boolean> |
isCollectionAttribute |
protected static AttributeReference<ItemDefinition> |
itemSubjectRefAttribute |
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
DataObjectImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
DataState |
getDataState() |
ItemDefinition |
getItemSubject() |
boolean |
isCollection() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCollection(boolean isCollection) |
void |
setDataState(DataState dataState) |
void |
setItemSubject(ItemDefinition itemSubject) |
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static AttributeReference<ItemDefinition> itemSubjectRefAttribute
protected static ChildElement<DataState> dataStateChild
public DataObjectImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public ItemDefinition getItemSubject()
getItemSubject
in interface ItemAwareElement
public void setItemSubject(ItemDefinition itemSubject)
setItemSubject
in interface ItemAwareElement
public DataState getDataState()
getDataState
in interface ItemAwareElement
public void setDataState(DataState dataState)
setDataState
in interface ItemAwareElement
public boolean isCollection()
isCollection
in interface DataObject
public void setCollection(boolean isCollection)
setCollection
in interface DataObject
Copyright © 2018. All rights reserved.