public class Definitions extends NamedElement
DMNElement.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 |
---|
Definitions() |
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
getArtifact() |
List<BusinessContextElement> |
getBusinessContextElement() |
List<DecisionService> |
getDecisionService() |
List<DRGElement> |
getDrgElement() |
List<ElementCollection> |
getElementCollection() |
String |
getExporter() |
String |
getExporterVersion() |
String |
getExpressionLanguage() |
List<Import> |
getImport() |
List<ItemDefinition> |
getItemDefinition() |
String |
getNamespace() |
String |
getTypeLanguage() |
static void |
normalize(Definitions defs)
Utility method to ensure any QName references contained inside the ItemDefinitions have the namespace correctly valorized, also accordingly to the prefix.
|
void |
setExporter(String value) |
void |
setExporterVersion(String value) |
void |
setExpressionLanguage(String value) |
void |
setNamespace(String value) |
void |
setTypeLanguage(String value) |
String |
toString() |
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, setAdditionalAttributes, setLocation, setParent
public static final String DEFAULT_EXPRESSION_LANGUAGE
public static final String DEFAULT_TYPE_LANGUAGE
public List<ItemDefinition> getItemDefinition()
public List<DRGElement> getDrgElement()
public List<ElementCollection> getElementCollection()
public List<BusinessContextElement> getBusinessContextElement()
public List<DecisionService> getDecisionService()
public String getExpressionLanguage()
public void setExpressionLanguage(String value)
public String getTypeLanguage()
public void setTypeLanguage(String value)
public String getNamespace()
public void setNamespace(String value)
public String getExporter()
public void setExporter(String value)
public String getExporterVersion()
public void setExporterVersion(String value)
public static void normalize(Definitions defs)
XMLConstants.DEFAULT_NS_PREFIX
it will take the DMN model namespace for the no-prefix accordingly.)defs
- the ItemDefinition for which to ensure the QName references are valorized correctly.Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.