javax.jmi.model
Class ScopeKindEnum

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

public final class ScopeKindEnum
extends Object
implements ScopeKind

See Also:
Serialized Form

Field Summary
static ScopeKindEnum CLASSIFIER_LEVEL
           
static ScopeKindEnum INSTANCE_LEVEL
           
 
Method Summary
 boolean equals(Object o)
           
static ScopeKind forName(String value)
           
 int hashCode()
           
protected  Object readResolve()
           
 List refTypeName()
           
 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 List refTypeName()
Specified by:
refTypeName in interface RefEnum

toString

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

hashCode

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

equals

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

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException

forName

public static ScopeKind forName(String value)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.