|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ocl.types.util.Types
OCLStandardLibrary
interface,
instead, to access the standard library types.
@Deprecated public class Types
A collection of global static types.
Field Summary | |
---|---|
static InvalidType |
INVALID
Deprecated. The shared type object representing Invalid (the single instance of the OclInvalidType metatype). |
static Object |
NULL
Deprecated. The single value of the OclVoid type,
null . |
static AnyType |
OCL_ANY_TYPE
Deprecated. Representation of the OclAny type. |
static PrimitiveBoolean |
OCL_BOOLEAN
Deprecated. Representation of the OCL predefined Boolean type. |
static ElementType |
OCL_ELEMENT
Deprecated. Representation of the OCL predefined OclElement type. |
static PrimitiveInteger |
OCL_INTEGER
Deprecated. Representation of the OCL predefined Integer type. |
static Object |
OCL_INVALID
Deprecated. The single value of the Invalid type,
OclInvalid . |
static MessageType |
OCL_MESSAGE
Deprecated. Representation of the OCL predefined OclMessage type. |
static PrimitiveType |
OCL_REAL
Deprecated. Representation of the OCL predefined Real type. |
static PrimitiveString |
OCL_STRING
Deprecated. Representation of the OCL predefined String type. |
static TypeType |
OCL_TYPE
Deprecated. Representation of the OCL predefined OclType type. |
static VoidType |
OCL_VOID
Deprecated. The shared type object representing OclVoid (the single instance of the OclVoidType metatype). |
static EClass |
STATE
Deprecated. Representation of the OCL/UML predefined State type. |
Method Summary | |
---|---|
static EPackage |
init()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static VoidType OCL_VOID
public static Object NULL
OclVoid
type,
null
.
public static InvalidType INVALID
public static Object OCL_INVALID
Invalid
type,
OclInvalid
.
public static AnyType OCL_ANY_TYPE
public static PrimitiveBoolean OCL_BOOLEAN
public static PrimitiveInteger OCL_INTEGER
public static PrimitiveType OCL_REAL
public static PrimitiveString OCL_STRING
public static final TypeType OCL_TYPE
public static final MessageType OCL_MESSAGE
public static final ElementType OCL_ELEMENT
public static final EClass STATE
Method Detail |
---|
public static EPackage init()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |