public class TDefinitions extends TNamedElement implements Definitions
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_EXPRESSION_LANGUAGE |
static String |
DEFAULT_TYPE_LANGUAGE |
URI_DMN, URI_FEEL, URI_KIE| Constructor and Description |
|---|
TDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
getArtifact() |
List<BusinessContextElement> |
getBusinessContextElement() |
List<DecisionService> |
getDecisionService()
Internal model: this will filter from DRGElement the Decision Service
|
DMNDI |
getDMNDI() |
List<DRGElement> |
getDrgElement() |
List<ElementCollection> |
getElementCollection() |
String |
getExporter() |
String |
getExporterVersion() |
String |
getExpressionLanguage() |
List<Import> |
getImport() |
List<ItemDefinition> |
getItemDefinition() |
String |
getNamespace() |
String |
getTypeLanguage() |
void |
normalize()
Utility method to ensure any QName references contained inside the ItemDefinitions have the namespace correctly valorized, also accordingly to the prefix.
|
void |
setDMNDI(DMNDI value) |
void |
setExporter(String value) |
void |
setExporterVersion(String value) |
void |
setExpressionLanguage(String value) |
void |
setNamespace(String value) |
void |
setTypeLanguage(String value) |
String |
toString() |
getName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentpublic static final String DEFAULT_EXPRESSION_LANGUAGE
public static final String DEFAULT_TYPE_LANGUAGE
public List<Import> getImport()
getImport in interface Definitionspublic List<ItemDefinition> getItemDefinition()
getItemDefinition in interface Definitionspublic List<DRGElement> getDrgElement()
getDrgElement in interface Definitionspublic List<Artifact> getArtifact()
getArtifact in interface Definitionspublic List<ElementCollection> getElementCollection()
getElementCollection in interface Definitionspublic List<BusinessContextElement> getBusinessContextElement()
getBusinessContextElement in interface Definitionspublic List<DecisionService> getDecisionService()
DefinitionsgetDecisionService in interface Definitionspublic String getExpressionLanguage()
getExpressionLanguage in interface Definitionspublic void setExpressionLanguage(String value)
setExpressionLanguage in interface Definitionspublic String getTypeLanguage()
getTypeLanguage in interface Definitionspublic void setTypeLanguage(String value)
setTypeLanguage in interface Definitionspublic String getNamespace()
getNamespace in interface Definitionspublic void setNamespace(String value)
setNamespace in interface Definitionspublic String getExporter()
getExporter in interface Definitionspublic void setExporter(String value)
setExporter in interface Definitionspublic String getExporterVersion()
getExporterVersion in interface Definitionspublic void setExporterVersion(String value)
setExporterVersion in interface Definitionspublic void normalize()
XMLConstants.DEFAULT_NS_PREFIX it will take the DMN model namespace for the no-prefix accordingly.)normalize in interface Definitionspublic DMNDI getDMNDI()
getDMNDI in interface Definitionspublic void setDMNDI(DMNDI value)
setDMNDI in interface DefinitionsCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.