public final class DECType extends Object
IndicatorDefinition.getDECType()| Modifier and Type | Field and Description |
|---|---|
static DECType |
BUSINESS_RULE |
static DECType |
DATASET |
static DECType |
DATASPACE |
static DECType |
FIELD |
static DECType |
GROUP |
static DECType |
OPERATION |
static DECType |
PERMISSION_RULE |
static DECType |
SERVICE
Deprecated.
As of v1.4.0, replaced by
OPERATION. |
static DECType |
TABLE |
static DECType |
USER_TASK |
static DECType |
VOID
Represents an invalid Data Element Concept type.
|
static DECType |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.base.text.UserMessage |
getLabel()
Returns the label of this Data Element Concept type.
|
String |
getValue()
Returns the Data Element Concept type code.
|
boolean |
isBusinessRule()
Returns
true if this Data Element Concept type is BUSINESS_RULE. |
boolean |
isDataset()
Returns
true if this Data Element Concept type is DATASET. |
boolean |
isDataspace()
Returns
true if this Data Element Concept type is DATASPACE. |
boolean |
isField()
Returns
true if this Data Element Concept type is FIELD. |
boolean |
isGroup()
Returns
true if this Data Element Concept type is GROUP. |
boolean |
isOperation()
Returns
true if this Data Element Concept type is OPERATION. |
boolean |
isPermissionRule()
Returns
true if this Data Element Concept type is PERMISSION_RULE. |
boolean |
isService()
Deprecated.
As of v1.4.0, replaced by
isOperation(). |
boolean |
isTable()
Returns
true if this Data Element Concept type is TABLE. |
boolean |
isUserTask()
Returns
true if this Data Element Concept type is USER_TASK. |
boolean |
isVoid()
Returns
true if this Data Element Concept type is VOID. |
boolean |
isWorkflow()
Returns
true if this Data Element Concept type is WORKFLOW. |
static DECType |
parse(String type)
Returns a
DECType instance from a code. |
String |
toString() |
public static final DECType VOID
public static final DECType FIELD
public static final DECType GROUP
public static final DECType TABLE
public static final DECType DATASET
public static final DECType DATASPACE
@Deprecated public static final DECType SERVICE
OPERATION.public static final DECType WORKFLOW
public static final DECType OPERATION
public static final DECType BUSINESS_RULE
public static final DECType PERMISSION_RULE
public static final DECType USER_TASK
public boolean isVoid()
true if this Data Element Concept type is VOID.public boolean isField()
true if this Data Element Concept type is FIELD.public boolean isGroup()
true if this Data Element Concept type is GROUP.public boolean isTable()
true if this Data Element Concept type is TABLE.public boolean isDataset()
true if this Data Element Concept type is DATASET.public boolean isDataspace()
true if this Data Element Concept type is DATASPACE.public boolean isWorkflow()
true if this Data Element Concept type is WORKFLOW.@Deprecated public boolean isService()
isOperation().SERVICEpublic boolean isOperation()
true if this Data Element Concept type is OPERATION.public boolean isPermissionRule()
true if this Data Element Concept type is PERMISSION_RULE.public boolean isBusinessRule()
true if this Data Element Concept type is BUSINESS_RULE.public boolean isUserTask()
true if this Data Element Concept type is USER_TASK.public String getValue()
public com.onwbp.base.text.UserMessage getLabel()
public String toString()
toString in class ObjectgetValue()