Uses of Class
org.kie.workbench.common.dmn.api.property.dmn.QName
-
-
Uses of QName in org.kie.workbench.common.dmn.api.definition
Methods in org.kie.workbench.common.dmn.api.definition that return QName Modifier and Type Method Description QNameHasTypeRef. getTypeRef()Methods in org.kie.workbench.common.dmn.api.definition with parameters of type QName Modifier and Type Method Description voidHasTypeRef. setTypeRef(QName typeRef) -
Uses of QName in org.kie.workbench.common.dmn.api.definition.model
Fields in org.kie.workbench.common.dmn.api.definition.model declared as QName Modifier and Type Field Description protected QNameExpression. typeRefprotected QNameInformationItem. typeRefprotected QNameInformationItemPrimary. typeRefprotected QNameInputClauseLiteralExpression. typeRefprotected QNameOutputClauseLiteralExpression. typeRefMethods in org.kie.workbench.common.dmn.api.definition.model that return QName Modifier and Type Method Description QNameExpression. getTypeRef()QNameInformationItem. getTypeRef()QNameInformationItemPrimary. getTypeRef()QNameInputClauseLiteralExpression. getTypeRef()QNameIsLiteralExpression. getTypeRef()QNameItemDefinition. getTypeRef()QNameOutputClause. getTypeRef()QNameOutputClauseLiteralExpression. getTypeRef()Methods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type QName Modifier and Type Method Description Map<QName,String>DMNModelInstrumentedBase. getAdditionalAttributes()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type QName Modifier and Type Method Description voidExpression. setTypeRef(QName typeRef)voidInformationItem. setTypeRef(QName typeRef)voidInformationItemPrimary. setTypeRef(QName typeRef)voidInputClauseLiteralExpression. setTypeRef(QName typeRef)voidItemDefinition. setTypeRef(QName value)voidOutputClause. setTypeRef(QName value)voidOutputClauseLiteralExpression. setTypeRef(QName typeRef)Method parameters in org.kie.workbench.common.dmn.api.definition.model with type arguments of type QName Modifier and Type Method Description voidDMNModelInstrumentedBase. setAdditionalAttributes(Map<QName,String> additionalAttributes)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type QName Constructor 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)InformationItemPrimary(Id id, Name name, QName typeRef)InputClauseLiteralExpression(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues)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, Boolean allowOnlyVisualChange)List(Id id, Description description, QName typeRef, List<HasExpression> expression)LiteralExpression(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues, ExpressionLanguage expressionLanguage)LiteralExpressionPMMLDocument(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues, ExpressionLanguage expressionLanguage)LiteralExpressionPMMLDocumentModel(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues, ExpressionLanguage expressionLanguage)OutputClause(Id id, Description description, OutputClauseUnaryTests outputValues, OutputClauseLiteralExpression defaultOutputEntry, String name, QName typeRef)OutputClauseLiteralExpression(Id id, Description description, QName typeRef, Text text, ImportedValues importedValues)Relation(Id id, Description description, QName typeRef, List<InformationItem> column, List<List> row) -
Uses of QName in org.kie.workbench.common.dmn.api.property.dmn
Methods in org.kie.workbench.common.dmn.api.property.dmn that return QName Modifier and Type Method Description QNameQName. copy()QNameQNameHolder. getValue()Methods in org.kie.workbench.common.dmn.api.property.dmn with parameters of type QName Modifier and Type Method Description voidQNameHolder. setValue(QName value)Constructors in org.kie.workbench.common.dmn.api.property.dmn with parameters of type QName Constructor Description QNameHolder(QName value) -
Uses of QName in org.kie.workbench.common.dmn.api.property.dmn.types
Methods in org.kie.workbench.common.dmn.api.property.dmn.types that return QName Modifier and Type Method Description QNameBuiltInType. asQName()
-