uk.ac.ucl.cs.emofocl.hutn.jmi
Class UniquenessScopeEnum

java.lang.Object
  extended by uk.ac.ucl.cs.emofocl.hutn.jmi.UniquenessScopeEnum
All Implemented Interfaces:
Serializable, javax.jmi.reflect.RefEnum, UniquenessScope

public final class UniquenessScopeEnum
extends Object
implements UniquenessScope

See Also:
Serialized Form

Field Summary
static UniquenessScopeEnum all_of_type
           
static UniquenessScopeEnum container
           
static UniquenessScopeEnum property_in_container
           
 
Method Summary
 boolean equals(Object o)
           
static UniquenessScope forName(String value)
           
static UniquenessScopeEnum getAll_of_type()
           
static UniquenessScopeEnum getContainer()
           
static UniquenessScopeEnum getProperty_in_container()
           
 int hashCode()
           
 List refTypeName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

all_of_type

public static final UniquenessScopeEnum all_of_type

container

public static final UniquenessScopeEnum container

property_in_container

public static final UniquenessScopeEnum property_in_container
Method Detail

getAll_of_type

public static UniquenessScopeEnum getAll_of_type()

getContainer

public static UniquenessScopeEnum getContainer()

getProperty_in_container

public static UniquenessScopeEnum getProperty_in_container()

toString

public String toString()
Specified by:
toString in interface javax.jmi.reflect.RefEnum
Overrides:
toString in class Object

forName

public static UniquenessScope forName(String value)

refTypeName

public List refTypeName()
Specified by:
refTypeName in interface javax.jmi.reflect.RefEnum

hashCode

public int hashCode()
Specified by:
hashCode in interface javax.jmi.reflect.RefEnum
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Specified by:
equals in interface javax.jmi.reflect.RefEnum
Overrides:
equals in class Object