Class InformationItemPrimary
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.InformationItemPrimary
-
- All Implemented Interfaces:
DMNDefinition,HasName,HasTypeRef,HasTypeRefs,HasValue<Name>,IsInformationItem,DMNPropertySet,org.kie.workbench.common.stunner.core.domainobject.DomainObject
@Portable public class InformationItemPrimary extends DMNModelInstrumentedBase implements DMNPropertySet, IsInformationItem
This is in essence a clone ofInformationItemspecifically for use withBusinessKnowledgeModel,DecisionandInputDatato expose only theQNameHolder.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
Fields Modifier and Type Field Description protected Ididprotected Namenameprotected QNametypeRefprotected QNameHoldertypeRefHolder
-
Constructor Summary
Constructors Constructor Description InformationItemPrimary()InformationItemPrimary(Id id, Name name, QName typeRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMNModelInstrumentedBaseasDMNModelInstrumentedBase()booleanequals(Object o)StringgetDomainObjectNameTranslationKey()StringgetDomainObjectUUID()List<HasTypeRef>getHasTypeRefs()IdgetId()NamegetName()Returns theNameConvenience method replicatingHasValue.getValue()to honour DMN model semantics.StringgetStunnerCategory()Set<String>getStunnerLabels()QNamegetTypeRef()QNameHoldergetTypeRefHolder()inthashCode()voidsetName(Name name)Sets theNameConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.voidsetTypeRef(QName typeRef)voidsetTypeRefHolder(QNameHolder typeRefHolder)-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasName
getValue, setValue
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.model.IsInformationItem
getParent, setParent
-
-
-
-
Field Detail
-
id
protected Id id
-
name
protected Name name
-
typeRef
protected QName typeRef
-
typeRefHolder
protected QNameHolder typeRefHolder
-
-
Method Detail
-
getStunnerCategory
public String getStunnerCategory()
-
getName
public Name getName()
Description copied from interface:HasNameReturns theNameConvenience method replicatingHasValue.getValue()to honour DMN model semantics.
-
setName
public void setName(Name name)
Description copied from interface:HasNameSets theNameConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.
-
getTypeRef
public QName getTypeRef()
- Specified by:
getTypeRefin interfaceHasTypeRef
-
setTypeRef
public void setTypeRef(QName typeRef)
- Specified by:
setTypeRefin interfaceHasTypeRef
-
asDMNModelInstrumentedBase
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
- Specified by:
asDMNModelInstrumentedBasein interfaceHasTypeRef
-
getHasTypeRefs
public List<HasTypeRef> getHasTypeRefs()
- Specified by:
getHasTypeRefsin interfaceHasTypeRefs
-
getTypeRefHolder
public QNameHolder getTypeRefHolder()
-
setTypeRefHolder
public void setTypeRefHolder(QNameHolder typeRefHolder)
-
getDomainObjectUUID
public String getDomainObjectUUID()
- Specified by:
getDomainObjectUUIDin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
getId
public Id getId()
- Specified by:
getIdin interfaceIsInformationItem
-
getDomainObjectNameTranslationKey
public String getDomainObjectNameTranslationKey()
- Specified by:
getDomainObjectNameTranslationKeyin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
-