org.eclipse.m2m.qvt.oml.debug.core.vm
Class Value.Type
java.lang.Object
org.eclipse.m2m.qvt.oml.debug.core.vm.Value.Type
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Value
public static class Value.Type
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Value.Type(int kind,
java.lang.String actualType,
java.lang.String declaringType)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATATYPE
public static final int DATATYPE
- See Also:
- Constant Field Values
EOBJECT
public static final int EOBJECT
- See Also:
- Constant Field Values
COLLECTION
public static final int COLLECTION
- See Also:
- Constant Field Values
declaringType
public final java.lang.String declaringType
actualType
public final java.lang.String actualType
kind
public final int kind
Value.Type
public Value.Type(int kind,
java.lang.String actualType,
java.lang.String declaringType)