org.eclipse.m2m.qvt.oml.debug.core.vm
Class VMVariable
java.lang.Object
org.eclipse.m2m.qvt.oml.debug.core.vm.VMVariable
- All Implemented Interfaces:
- java.io.Serializable
public class VMVariable
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCAL
public static final int LOCAL
- See Also:
- Constant Field Values
ATTRIBUTE
public static final int ATTRIBUTE
- See Also:
- Constant Field Values
REFERENCE
public static final int REFERENCE
- See Also:
- Constant Field Values
PREDEFINED_VAR
public static final int PREDEFINED_VAR
- See Also:
- Constant Field Values
MODEL_PARAMETER
public static final int MODEL_PARAMETER
- See Also:
- Constant Field Values
INTERM_PROPERTY
public static final int INTERM_PROPERTY
- See Also:
- Constant Field Values
COLLECTION_ELEMENT
public static final int COLLECTION_ELEMENT
- See Also:
- Constant Field Values
name
public java.lang.String name
variableURI
public java.lang.String variableURI
value
public Value value
type
public Value.Type type
kind
public int kind
VMVariable
public VMVariable()
isRootVariable
public boolean isRootVariable()