Package org.kie.dmn.model.v1_3
Class TKnowledgeSource
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.TDMNElement
-
- org.kie.dmn.model.v1_3.TNamedElement
-
- org.kie.dmn.model.v1_3.TDRGElement
-
- org.kie.dmn.model.v1_3.TKnowledgeSource
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,DRGElement,KnowledgeSource,NamedElement
public class TKnowledgeSource extends TDRGElement implements KnowledgeSource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_3.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AuthorityRequirement>authorityRequirementprotected StringlocationURIprotected DMNElementReferenceownerprotected Stringtype-
Fields inherited from class org.kie.dmn.model.v1_3.TNamedElement
name
-
Fields inherited from class org.kie.dmn.model.v1_3.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TKnowledgeSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthorityRequirement>getAuthorityRequirement()StringgetLocationURI()DMNElementReferencegetOwner()StringgetType()voidsetLocationURI(String value)voidsetOwner(DMNElementReference value)voidsetType(String value)-
Methods inherited from class org.kie.dmn.model.v1_3.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_3.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Field Detail
-
authorityRequirement
protected List<AuthorityRequirement> authorityRequirement
-
type
protected String type
-
owner
protected DMNElementReference owner
-
locationURI
protected String locationURI
-
-
Method Detail
-
getAuthorityRequirement
public List<AuthorityRequirement> getAuthorityRequirement()
- Specified by:
getAuthorityRequirementin interfaceKnowledgeSource
-
getType
public String getType()
- Specified by:
getTypein interfaceKnowledgeSource
-
setType
public void setType(String value)
- Specified by:
setTypein interfaceKnowledgeSource
-
getOwner
public DMNElementReference getOwner()
- Specified by:
getOwnerin interfaceKnowledgeSource
-
setOwner
public void setOwner(DMNElementReference value)
- Specified by:
setOwnerin interfaceKnowledgeSource
-
getLocationURI
public String getLocationURI()
- Specified by:
getLocationURIin interfaceKnowledgeSource
-
setLocationURI
public void setLocationURI(String value)
- Specified by:
setLocationURIin interfaceKnowledgeSource
-
-