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 _Bag
           
static EcoreExecutorType _Boolean
           
static EcoreExecutorType _Collection
           
static EcoreExecutorType _Integer
           
static EcoreExecutorType _OclAny
           
static EcoreExecutorType _OclComparable
           
static EcoreExecutorType _OclElement
           
static EcoreExecutorInvalidType _OclInvalid
           
static EcoreExecutorType _OclLambda
           
static EcoreExecutorType _OclMessage
           
static EcoreExecutorType _OclSelf
           
static EcoreExecutorType _OclState
           
static EcoreExecutorType _OclSummable
           
static EcoreExecutorType _OclTuple
           
static EcoreExecutorType _OclType
           
static EcoreExecutorVoidType _OclVoid
           
static EcoreExecutorType _OrderedSet
           
static EcoreExecutorType _Real
           
static EcoreExecutorType _Sequence
           
static EcoreExecutorType _Set
           
static EcoreExecutorType _String
           
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

_Bag

@NonNull
public static final EcoreExecutorType _Bag

_Boolean

@NonNull
public static final EcoreExecutorType _Boolean

_Collection

@NonNull
public static final EcoreExecutorType _Collection

_Integer

@NonNull
public static final EcoreExecutorType _Integer

_OclAny

@NonNull
public static final EcoreExecutorType _OclAny

_OclComparable

@NonNull
public static final EcoreExecutorType _OclComparable

_OclElement

@NonNull
public static final EcoreExecutorType _OclElement

_OclInvalid

@NonNull
public static final EcoreExecutorInvalidType _OclInvalid

_OclLambda

@NonNull
public static final EcoreExecutorType _OclLambda

_OclMessage

@NonNull
public static final EcoreExecutorType _OclMessage

_OclSelf

@NonNull
public static final EcoreExecutorType _OclSelf

_OclState

@NonNull
public static final EcoreExecutorType _OclState

_OclSummable

@NonNull
public static final EcoreExecutorType _OclSummable

_OclTuple

@NonNull
public static final EcoreExecutorType _OclTuple

_OclType

@NonNull
public static final EcoreExecutorType _OclType

_OclVoid

@NonNull
public static final EcoreExecutorVoidType _OclVoid

_OrderedSet

@NonNull
public static final EcoreExecutorType _OrderedSet

_Real

@NonNull
public static final EcoreExecutorType _Real

_Sequence

@NonNull
public static final EcoreExecutorType _Sequence

_Set

@NonNull
public static final EcoreExecutorType _Set

_String

@NonNull
public static final EcoreExecutorType _String

_UniqueCollection

@NonNull
public static final EcoreExecutorType _UniqueCollection

_UnlimitedNatural

@NonNull
public static final EcoreExecutorType _UnlimitedNatural
Constructor Detail

OCLstdlibTables.Types

public OCLstdlibTables.Types()