|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.omg.uml.foundation.datatypes.ScopeKindEnum
ScopeKind enumeration class implementation.
| Field Summary | |
private String |
literalName
|
static ScopeKindEnum |
SK_CLASSIFIER
Enumeration constant corresponding to literal sk_classifier. |
static ScopeKindEnum |
SK_INSTANCE
Enumeration constant corresponding to literal sk_instance. |
private static List |
typeName
|
| Constructor Summary | |
private |
ScopeKindEnum(String literalName)
|
| Method Summary | |
boolean |
equals(Object o)
Indicates whether some other object is equal to this enumeration value. |
static ScopeKind |
forName(String name)
Translates literal name to correspondent enumeration value. |
int |
hashCode()
Returns a hash code for this the enumeration value. |
protected Object |
readResolve()
Resolves serialized instance of enumeration value. |
List |
refTypeName()
Returns fully qualified name of the enumeration type. |
String |
toString()
Returns a string representation of the enumeration value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ScopeKindEnum SK_INSTANCE
public static final ScopeKindEnum SK_CLASSIFIER
private static final List typeName
private final String literalName
| Constructor Detail |
private ScopeKindEnum(String literalName)
| Method Detail |
public List refTypeName()
refTypeName in interface javax.jmi.reflect.RefEnumpublic String toString()
toString in interface javax.jmi.reflect.RefEnumpublic int hashCode()
hashCode in interface javax.jmi.reflect.RefEnumpublic boolean equals(Object o)
equals in interface javax.jmi.reflect.RefEnumo - The reference object with which to compare.
public static ScopeKind forName(String name)
name - Enumeration literal.
protected Object readResolve()
throws ObjectStreamException
ObjectStreamException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||