Modifier and Type | Method and Description |
---|---|
QName |
HasTypeRef.getTypeRef() |
Modifier and Type | Method and Description |
---|---|
void |
HasTypeRef.setTypeRef(QName typeRef) |
Modifier and Type | Field and Description |
---|---|
static QName |
FunctionDefinition.KIND_QNAME |
protected QName |
InformationItem.typeRef |
protected QName |
Expression.typeRef |
Modifier and Type | Method and Description |
---|---|
QName |
OutputClause.getTypeRef() |
QName |
ItemDefinition.getTypeRef() |
QName |
InformationItem.getTypeRef() |
QName |
Expression.getTypeRef() |
Modifier and Type | Method and Description |
---|---|
Map<QName,String> |
DMNModelInstrumentedBase.getAdditionalAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
OutputClause.setTypeRef(QName value) |
void |
ItemDefinition.setTypeRef(QName value) |
void |
InformationItem.setTypeRef(QName typeRef) |
void |
Expression.setTypeRef(QName typeRef) |
Modifier and Type | Method and Description |
---|---|
void |
DMNModelInstrumentedBase.setAdditionalAttributes(Map<QName,String> additionalAttributes) |
Constructor and Description |
---|
Context(Id id,
Description description,
QName typeRef) |
DecisionTable(Id id,
Description description,
QName typeRef,
List<InputClause> input,
List<OutputClause> output,
List<DecisionRule> rule,
HitPolicy hitPolicy,
BuiltinAggregator aggregation,
DecisionTableOrientation preferredOrientation,
String outputLabel) |
Expression(Id id,
Description description,
QName typeRef) |
FunctionDefinition(Id id,
Description description,
QName typeRef,
Expression expression) |
InformationItem(Id id,
Description description,
Name name,
QName typeRef) |
Invocation(Id id,
Description description,
QName typeRef,
Expression expression,
List<Binding> binding) |
ItemDefinition(Id id,
Description description,
Name name,
QName typeRef,
UnaryTests allowedValues,
List<ItemDefinition> itemComponent,
String typeLanguage,
Boolean isCollection) |
List(Id id,
Description description,
QName typeRef,
List<Expression> expression) |
LiteralExpression(Id id,
Description description,
QName typeRef,
String text,
ImportedValues importedValues,
ExpressionLanguage expressionLanguage) |
OutputClause(Id id,
Description description,
UnaryTests outputValues,
LiteralExpression defaultOutputEntry,
String name,
QName typeRef) |
Relation(Id id,
Description description,
QName typeRef,
List<InformationItem> column,
List<List> row) |
Modifier and Type | Method and Description |
---|---|
QName |
QNameHolder.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
QNameHolder.setValue(QName value) |
Constructor and Description |
---|
QNameHolder(QName value) |
Modifier and Type | Method and Description |
---|---|
QName |
BuiltInType.asQName() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.