com.metamatrix.api.core.xmi
Class XMIConstants.Values

java.lang.Object
  extended by com.metamatrix.api.core.xmi.XMIConstants.Values
Enclosing class:
XMIConstants

public static class XMIConstants.Values
extends java.lang.Object

Static class that defines constants for various values used in XMI.


Nested Class Summary
static class XMIConstants.Values.Direction
          Static class that defines constants for various values specifying parameter direction.
static class XMIConstants.Values.EvaluationPolicy
          Static class that defines constants for various modes of evaluation.
static class XMIConstants.Values.Scope
          Static class that defines constants for various values of scope.
static class XMIConstants.Values.Visibility
          Static class that defines constants for various values of visibility.
 
Field Summary
static java.lang.String FALSE
          The constant value for the "false" boolean condition.
static java.lang.String TRUE
          The constant value for the "true" boolean condition.
 
Constructor Summary
XMIConstants.Values()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRUE

public static final java.lang.String TRUE
The constant value for the "true" boolean condition.


FALSE

public static final java.lang.String FALSE
The constant value for the "false" boolean condition.

Constructor Detail

XMIConstants.Values

public XMIConstants.Values()


Copyright © 2009. All Rights Reserved.