org.eclipse.ocl.examples.library.oclstdlib
Class OCLstdlibTables.Types

java.lang.Object
  extended by org.eclipse.ocl.examples.library.oclstdlib.OCLstdlibTables.Types
Enclosing class:
OCLstdlibTables

public static class OCLstdlibTables.Types
extends java.lang.Object

The type descriptors for each type.


Field Summary
static EcoreExecutorType __Dummy
           
static EcoreExecutorType _AnyClassifier
           
static EcoreExecutorType _Bag
           
static EcoreExecutorType _Boolean
           
static EcoreExecutorType _Class
           
static EcoreExecutorType _ClassClassifier
           
static EcoreExecutorType _Collection
           
static EcoreExecutorType _CollectionClassifier
           
static EcoreExecutorType _Enumeration
           
static EcoreExecutorType _EnumerationClassifier
           
static EcoreExecutorType _EnumerationLiteral
           
static EcoreExecutorType _Integer
           
static EcoreExecutorType _OclAny
           
static EcoreExecutorType _OclComparable
           
static EcoreExecutorType _OclElement
           
static EcoreExecutorType _OclInvalid
           
static EcoreExecutorType _OclLambda
           
static EcoreExecutorType _OclMessage
           
static EcoreExecutorType _OclSelf
           
static EcoreExecutorType _OclState
           
static EcoreExecutorType _OclSummable
           
static EcoreExecutorType _OclTuple
           
static EcoreExecutorType _OclType
           
static EcoreExecutorType _OclVoid
           
static EcoreExecutorType _OrderedSet
           
static EcoreExecutorType _Real
           
static EcoreExecutorType _Sequence
           
static EcoreExecutorType _Set
           
static EcoreExecutorType _String
           
static EcoreExecutorType _Type
           
static EcoreExecutorType _UniqueCollection
           
static EcoreExecutorType _UnlimitedNatural
           
 
Constructor Summary
OCLstdlibTables.Types()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_AnyClassifier

public static final EcoreExecutorType _AnyClassifier

_Bag

public static final EcoreExecutorType _Bag

_Boolean

public static final EcoreExecutorType _Boolean

_Class

public static final EcoreExecutorType _Class

_ClassClassifier

public static final EcoreExecutorType _ClassClassifier

_Collection

public static final EcoreExecutorType _Collection

_CollectionClassifier

public static final EcoreExecutorType _CollectionClassifier

_Enumeration

public static final EcoreExecutorType _Enumeration

_EnumerationClassifier

public static final EcoreExecutorType _EnumerationClassifier

_EnumerationLiteral

public static final EcoreExecutorType _EnumerationLiteral

_Integer

public static final EcoreExecutorType _Integer

_OclAny

public static final EcoreExecutorType _OclAny

_OclComparable

public static final EcoreExecutorType _OclComparable

_OclElement

public static final EcoreExecutorType _OclElement

_OclInvalid

public static final EcoreExecutorType _OclInvalid

_OclLambda

public static final EcoreExecutorType _OclLambda

_OclMessage

public static final EcoreExecutorType _OclMessage

_OclSelf

public static final EcoreExecutorType _OclSelf

_OclState

public static final EcoreExecutorType _OclState

_OclSummable

public static final EcoreExecutorType _OclSummable

_OclTuple

public static final EcoreExecutorType _OclTuple

_OclType

public static final EcoreExecutorType _OclType

_OclVoid

public static final EcoreExecutorType _OclVoid

_OrderedSet

public static final EcoreExecutorType _OrderedSet

_Real

public static final EcoreExecutorType _Real

_Sequence

public static final EcoreExecutorType _Sequence

_Set

public static final EcoreExecutorType _Set

_String

public static final EcoreExecutorType _String

_Type

public static final EcoreExecutorType _Type

_UniqueCollection

public static final EcoreExecutorType _UniqueCollection

_UnlimitedNatural

public static final EcoreExecutorType _UnlimitedNatural

__Dummy

public static final EcoreExecutorType __Dummy
Constructor Detail

OCLstdlibTables.Types

public OCLstdlibTables.Types()