Package org.kie.dmn.model.v1_1
Class TImportedValues
- java.lang.Object
-
- org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_1.TImport
-
- org.kie.dmn.model.v1_1.TImportedValues
-
- All Implemented Interfaces:
DMNElement,DMNModelInstrumentedBase,Import,ImportedValues,NamedElement,NotADMNElementInV11
public class TImportedValues extends TImport implements ImportedValues
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_1.TImport
MODELNAME_QNAME, NAME_QNAME
-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description TImportedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpressionLanguage()StringgetImportedElement()voidsetExpressionLanguage(String value)voidsetImportedElement(String value)-
Methods inherited from class org.kie.dmn.model.v1_1.TImport
getImportType, getLocationURI, getName, getNamespace, setImportType, setLocationURI, setName, setNamespace
-
Methods inherited from class org.kie.dmn.model.v1_1.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.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.Import
getImportType, getLocationURI, getNamespace, setImportType, setLocationURI, setNamespace
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
Methods inherited from interface org.kie.dmn.model.v1_1.NotADMNElementInV11
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
-
-
-
Method Detail
-
getImportedElement
public String getImportedElement()
- Specified by:
getImportedElementin interfaceImportedValues
-
setImportedElement
public void setImportedElement(String value)
- Specified by:
setImportedElementin interfaceImportedValues
-
getExpressionLanguage
public String getExpressionLanguage()
- Specified by:
getExpressionLanguagein interfaceImportedValues
-
setExpressionLanguage
public void setExpressionLanguage(String value)
- Specified by:
setExpressionLanguagein interfaceImportedValues
-
-