javax.jmi.model
Class ScopeKindEnum

java.lang.Object
  |
  +--javax.jmi.model.ScopeKindEnum
All Implemented Interfaces:
RefEnum, ScopeKind, java.io.Serializable

public final class ScopeKindEnum
extends java.lang.Object
implements ScopeKind

See Also:
Serialized Form

Field Summary
static ScopeKindEnum CLASSIFIER_LEVEL
           
static ScopeKindEnum INSTANCE_LEVEL
           
 
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

INSTANCE_LEVEL

public static final ScopeKindEnum INSTANCE_LEVEL

CLASSIFIER_LEVEL

public static final ScopeKindEnum CLASSIFIER_LEVEL
Method Detail

refTypeName

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

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
java.io.ObjectStreamException

forName

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