wt.tools.metamodel
Class Containment

java.lang.Object
  extended bywt.tools.metamodel.Containment

public class Containment
extends Object

Enumeration of Containment Constants for Aggregate Associations.


Field Summary
static Containment REFERENCE
           
static Containment UNSPECIFIED
           
protected  String value
           
static Containment VALUE
           
 
Constructor Summary
protected Containment(String theValue)
           
 
Method Summary
static Containment toEnum(String theValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value

VALUE

public static final Containment VALUE

REFERENCE

public static final Containment REFERENCE

UNSPECIFIED

public static final Containment UNSPECIFIED
Constructor Detail

Containment

protected Containment(String theValue)
Method Detail

toEnum

public static Containment toEnum(String theValue)

toString

public final String toString()