Interface IsInformationItem
-
- All Superinterfaces:
org.kie.workbench.common.stunner.core.domainobject.DomainObject,HasName,HasTypeRef,HasTypeRefs,HasValue<Name>
- All Known Implementing Classes:
InformationItem,InformationItemPrimary
public interface IsInformationItem extends org.kie.workbench.common.stunner.core.domainobject.DomainObject, HasName, HasTypeRef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdgetId()DMNModelInstrumentedBasegetParent()voidsetParent(DMNModelInstrumentedBase parent)-
Methods inherited from interface org.kie.workbench.common.stunner.core.domainobject.DomainObject
getDomainObjectNameTranslationKey, getDomainObjectUUID
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasName
getName, getValue, setName, setValue
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasTypeRef
asDMNModelInstrumentedBase, getTypeRef, setTypeRef
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.HasTypeRefs
getHasTypeRefs
-
-
-
-
Method Detail
-
getId
Id getId()
-
getParent
DMNModelInstrumentedBase getParent()
-
setParent
void setParent(DMNModelInstrumentedBase parent)
-
-