javax.jmi.model
Class ScopeKindEnum

java.lang.Object
  extended by javax.jmi.model.ScopeKindEnum
All Implemented Interfaces:
java.io.Serializable, ScopeKind, RefEnum

public class ScopeKindEnum
extends java.lang.Object
implements ScopeKind

See Also:
Serialized Form

Field Summary
static ScopeKindEnum CLASSIFIER_LEVEL
           
static ScopeKindEnum INSTANCE_LEVEL
           
 
Constructor Summary
ScopeKindEnum(java.lang.String literalName)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
static ScopeKind forName(java.lang.String value)
           
 int hashCode()
           
protected  java.lang.Object readResolve()
           
 java.util.List refTypeName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASSIFIER_LEVEL

public static final ScopeKindEnum CLASSIFIER_LEVEL

INSTANCE_LEVEL

public static final ScopeKindEnum INSTANCE_LEVEL
Constructor Detail

ScopeKindEnum

public ScopeKindEnum(java.lang.String literalName)
Parameters:
literalName -
Method Detail

refTypeName

public java.util.List refTypeName()
Specified by:
refTypeName in interface RefEnum
Returns:
See Also:
RefEnum.refTypeName()

toString

public java.lang.String toString()
Specified by:
toString in interface RefEnum
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface RefEnum
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface RefEnum
Overrides:
equals in class java.lang.Object

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

forName

public static ScopeKind forName(java.lang.String value)