Package org.eclipse.m2m.atl.emftvm.util
Class Types
java.lang.Object
org.eclipse.m2m.atl.emftvm.util.Types
Contains EMFTVM type definitions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
The Bag type.static final String[]
The Boolean type.static final String[]
The Ecore EClass type.static final String[]
The Ecore EClassifier type.static final String[]
The Collection type.static final String
The Ecore metamodel namespace.static final String
The EMFTVM metamodel namespace.static final String[]
The 'EMFTVM!ExecEnv' type.static final String[]
The Integer type.static final String[]
The Java Class type.static final String[]
The Java Collection type.static final String[]
The Java Date type.static final String[]
The Java List type.static final String[]
The Map type.static final String[]
The OclAny type.static final String
The OCL metamodel namespace.static final String[]
The OrderedSet type.static final String[]
The Real type.static final String[]
The Sequence type.static final String[]
The Set type.static final String[]
The String type.static final String[]
The 'TRACE!TraceLinkSet' type.static final String
The TRACE metamodel namespace.static final String[]
The Tuple type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OCL_MODEL
The OCL metamodel namespace.- See Also:
-
ECORE_MODEL
The Ecore metamodel namespace. -
EMFTVM_MODEL
The EMFTVM metamodel namespace. -
TRACE_MODEL
The TRACE metamodel namespace. -
OCL_ANY_TYPE
The OclAny type. -
BOOLEAN_TYPE
The Boolean type. -
REAL_TYPE
The Real type. -
INTEGER_TYPE
The Integer type. -
STRING_TYPE
The String type. -
JAVA_CLASS_TYPE
The Java Class type. -
JAVA_COLLECTION_TYPE
The Java Collection type. -
JAVA_LIST_TYPE
The Java List type. -
JAVA_DATE_TYPE
The Java Date type. -
COLLECTION_TYPE
The Collection type. -
BAG_TYPE
The Bag type. -
SEQUENCE_TYPE
The Sequence type. -
SET_TYPE
The Set type. -
ORDERED_SET_TYPE
The OrderedSet type. -
MAP_TYPE
The Map type. -
TUPLE_TYPE
The Tuple type. -
CLASSIFIER_TYPE
The Ecore EClassifier type. -
CLASS_TYPE
The Ecore EClass type. -
EXEC_ENV_TYPE
The 'EMFTVM!ExecEnv' type. -
TRACE_LINK_SET_TYPE
The 'TRACE!TraceLinkSet' type.
-
-
Constructor Details
-
Types
public Types()
-