Class DMNAPIConstants
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.resource.i18n.DMNAPIConstants
-
public class DMNAPIConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBusinessKnowledgeModel_DomainObjectNamestatic StringDecision_DomainObjectNamestatic StringDecisionService_DomainObjectNamestatic StringImportedValues_DomainObjectNamestatic StringInformationItem_DomainObjectNamestatic StringInformationItemPrimary_DomainObjectNamestatic StringInputClause_DomainObjectNamestatic StringLiteralExpression_DomainObjectNamestatic StringNOP_DomainObjectNamestatic StringOutputClause_DomainObjectNamestatic StringUnaryTests_DomainObjectName
-
Constructor Summary
Constructors Constructor Description DMNAPIConstants()
-
-
-
Field Detail
-
NOP_DomainObjectName
@TranslationKey(defaultValue="") public static final String NOP_DomainObjectName
- See Also:
- Constant Field Values
-
LiteralExpression_DomainObjectName
@TranslationKey(defaultValue="") public static final String LiteralExpression_DomainObjectName
- See Also:
- Constant Field Values
-
ImportedValues_DomainObjectName
@TranslationKey(defaultValue="") public static final String ImportedValues_DomainObjectName
- See Also:
- Constant Field Values
-
UnaryTests_DomainObjectName
@TranslationKey(defaultValue="") public static final String UnaryTests_DomainObjectName
- See Also:
- Constant Field Values
-
InformationItem_DomainObjectName
@TranslationKey(defaultValue="") public static final String InformationItem_DomainObjectName
- See Also:
- Constant Field Values
-
InformationItemPrimary_DomainObjectName
@TranslationKey(defaultValue="") public static final String InformationItemPrimary_DomainObjectName
- See Also:
- Constant Field Values
-
Decision_DomainObjectName
@TranslationKey(defaultValue="") public static final String Decision_DomainObjectName
- See Also:
- Constant Field Values
-
BusinessKnowledgeModel_DomainObjectName
@TranslationKey(defaultValue="") public static final String BusinessKnowledgeModel_DomainObjectName
- See Also:
- Constant Field Values
-
InputClause_DomainObjectName
@TranslationKey(defaultValue="") public static final String InputClause_DomainObjectName
- See Also:
- Constant Field Values
-
OutputClause_DomainObjectName
@TranslationKey(defaultValue="") public static final String OutputClause_DomainObjectName
- See Also:
- Constant Field Values
-
DecisionService_DomainObjectName
@TranslationKey(defaultValue="") public static final String DecisionService_DomainObjectName
- See Also:
- Constant Field Values
-
-