public final class ModelType
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static ModelType |
BOOLEAN
Identifies the model data type boolean.
|
static ModelType |
CONCEPT_REFERENCE
Identifies the model artifact type Reference Concept.
|
static ModelType |
CONTAINED_CONCEPT
Identifies the model artifact type Contained Concept.
|
static ModelType |
DATETIME
Identifies the model data type DateTime.
|
static ModelType |
DOUBLE
Identifies the model data type double.
|
static ModelType |
INT
Identifies the model type integer.
|
static ModelType |
LONG
Identifies the model data type long.
|
static ModelType |
OBJECT
Identifies the model type integer.
|
static ModelType |
PROCESS
Identifies the model artifact type Process.
|
static ModelType |
STRING
Identifies the model data type String.
|
static ModelType |
VOID
Identifies the model type integer.
|
public static final ModelType VOID
public static final ModelType OBJECT
public static final ModelType INT
public static final ModelType LONG
public static final ModelType DOUBLE
public static final ModelType DATETIME
public static final ModelType BOOLEAN
public static final ModelType STRING
public static final ModelType CONTAINED_CONCEPT
public static final ModelType CONCEPT_REFERENCE
public static final ModelType PROCESS