Map<QName,String> |
DMNModelInstrumentedBase.getAdditionalAttributes() |
|
Location |
DMNModelInstrumentedBase.getLocation() |
|
QName |
FunctionItem.getOutputTypeRef() |
for consistency in the modeling, use QName
|
QName |
Expression.getTypeRef() |
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
DMN13-140/DMN13-168: this is optional attribute.
|
QName |
InformationItem.getTypeRef() |
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
QName |
ItemDefinition.getTypeRef() |
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
QName |
OutputClause.getTypeRef() |
|
default QName |
UnaryTests.getTypeRef() |
|
void |
DMNModelInstrumentedBase.setAdditionalAttributes(Map<QName,String> additionalAttributes) |
|
void |
DMNModelInstrumentedBase.setLocation(Location location) |
|
void |
FunctionItem.setOutputTypeRef(QName value) |
|
void |
Expression.setTypeRef(QName value) |
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
DMN13-140/DMN13-168: this is optional attribute.
|
void |
InformationItem.setTypeRef(QName value) |
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
void |
ItemDefinition.setTypeRef(QName value) |
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
void |
OutputClause.setTypeRef(QName value) |
|
default void |
UnaryTests.setTypeRef(QName value) |
|