public class TDefinitions extends TNamedElement implements Definitions
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected List<Import> |
_import |
protected List<Artifact> |
artifact |
protected List<BusinessContextElement> |
businessContextElement |
static String |
DEFAULT_EXPRESSION_LANGUAGE |
static String |
DEFAULT_TYPE_LANGUAGE |
protected DMNDI |
dmndi |
protected List<DRGElement> |
drgElement |
protected List<ElementCollection> |
elementCollection |
protected String |
exporter |
protected String |
exporterVersion |
protected String |
expressionLanguage |
protected List<ItemDefinition> |
itemDefinition |
protected String |
namespace |
protected String |
typeLanguage |
namedescription, extensionElements, id, label| Constructor and Description |
|---|
TDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
getArtifact() |
List<BusinessContextElement> |
getBusinessContextElement() |
List<DecisionService> |
getDecisionService()
Implementing support for internal model
|
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()
Internal model: mutates the current Definitions' ItemDefinition(s) typeRef QName to be properly valorized in the namespaces.
|
void |
setDMNDI(DMNDI value) |
void |
setExporter(String value) |
void |
setExporterVersion(String value) |
void |
setExpressionLanguage(String value) |
void |
setNamespace(String value) |
void |
setTypeLanguage(String value) |
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, toString, 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
protected List<ItemDefinition> itemDefinition
protected List<DRGElement> drgElement
protected List<ElementCollection> elementCollection
protected List<BusinessContextElement> businessContextElement
protected DMNDI dmndi
protected String expressionLanguage
protected String typeLanguage
protected String namespace
protected String exporter
protected String exporterVersion
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 DMNDI getDMNDI()
getDMNDI in interface Definitionspublic void setDMNDI(DMNDI value)
setDMNDI in interface Definitionspublic String getExpressionLanguage()
getExpressionLanguage in interface Definitionspublic String getTypeLanguage()
getTypeLanguage in interface Definitionspublic void setExpressionLanguage(String value)
setExpressionLanguage 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 List<DecisionService> getDecisionService()
getDecisionService in interface Definitionspublic void normalize()
DefinitionsXMLConstants.DEFAULT_NS_PREFIX it will take the DMN model namespace for the no-prefix accordingly.)normalize in interface DefinitionsCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.