Uses of Class
com.orchestranetworks.addon.dqid.common.DECType
-
Packages that use DECType Package Description com.orchestranetworks.addon.dqid Provides classes and interfaces to define, publish and execute indicators.com.orchestranetworks.addon.dqid.common Provides common classes that are used by other classes such as exceptions and enumerations. -
-
Uses of DECType in com.orchestranetworks.addon.dqid
Methods in com.orchestranetworks.addon.dqid that return DECType Modifier and Type Method Description DECTypeDataElementConcept. getDECType()Returns the type of this Data Element Concept.DECTypeIndicatorDefinition. getDECType()Returns the type of the Data Element Concept on which the indicator can be executed.DECTypeIndicatorDefinitionContext. getDECType()Returns the currentDECType. -
Uses of DECType in com.orchestranetworks.addon.dqid.common
Fields in com.orchestranetworks.addon.dqid.common declared as DECType Modifier and Type Field Description static DECTypeDECType. BUSINESS_RULEstatic DECTypeDECType. DATASETstatic DECTypeDECType. DATASPACEstatic DECTypeDECType. FIELDstatic DECTypeDECType. GROUPstatic DECTypeDECType. OPERATIONstatic DECTypeDECType. PERMISSION_RULEstatic DECTypeDECType. SERVICEDeprecated.As of v1.4.0, replaced byOPERATION.static DECTypeDECType. TABLEstatic DECTypeDECType. USER_TASKstatic DECTypeDECType. VOIDRepresents an invalid Data Element Concept type.static DECTypeDECType. WORKFLOWMethods in com.orchestranetworks.addon.dqid.common that return DECType Modifier and Type Method Description static DECTypeDECType. parse(java.lang.String type)Returns aDECTypeinstance from a code.
-