org.omg.uml.foundation.datatypes
Class ParameterDirectionKindEnum

java.lang.Object
  extended byorg.omg.uml.foundation.datatypes.ParameterDirectionKindEnum
All Implemented Interfaces:
ParameterDirectionKind, javax.jmi.reflect.RefEnum, Serializable

public final class ParameterDirectionKindEnum
extends Object
implements ParameterDirectionKind

ParameterDirectionKind enumeration class implementation.

See Also:
Serialized Form

Field Summary
private  String literalName
           
static ParameterDirectionKindEnum PDK_IN
          Enumeration constant corresponding to literal pdk_in.
static ParameterDirectionKindEnum PDK_INOUT
          Enumeration constant corresponding to literal pdk_inout.
static ParameterDirectionKindEnum PDK_OUT
          Enumeration constant corresponding to literal pdk_out.
static ParameterDirectionKindEnum PDK_RETURN
          Enumeration constant corresponding to literal pdk_return.
private static List typeName
           
 
Constructor Summary
private ParameterDirectionKindEnum(String literalName)
           
 
Method Summary
 boolean equals(Object o)
          Indicates whether some other object is equal to this enumeration value.
static ParameterDirectionKind 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

PDK_IN

public static final ParameterDirectionKindEnum PDK_IN
Enumeration constant corresponding to literal pdk_in.


PDK_INOUT

public static final ParameterDirectionKindEnum PDK_INOUT
Enumeration constant corresponding to literal pdk_inout.


PDK_OUT

public static final ParameterDirectionKindEnum PDK_OUT
Enumeration constant corresponding to literal pdk_out.


PDK_RETURN

public static final ParameterDirectionKindEnum PDK_RETURN
Enumeration constant corresponding to literal pdk_return.


typeName

private static final List typeName

literalName

private final String literalName
Constructor Detail

ParameterDirectionKindEnum

private ParameterDirectionKindEnum(String literalName)
Method Detail

refTypeName

public List refTypeName()
Returns fully qualified name of the enumeration type.

Specified by:
refTypeName in interface javax.jmi.reflect.RefEnum
Returns:
List containing all parts of the fully qualified name.

toString

public String toString()
Returns a string representation of the enumeration value.

Specified by:
toString in interface javax.jmi.reflect.RefEnum
Returns:
A string representation of the enumeration value.

hashCode

public int hashCode()
Returns a hash code for this the enumeration value.

Specified by:
hashCode in interface javax.jmi.reflect.RefEnum
Returns:
A hash code for this enumeration value.

equals

public boolean equals(Object o)
Indicates whether some other object is equal to this enumeration value.

Specified by:
equals in interface javax.jmi.reflect.RefEnum
Parameters:
o - The reference object with which to compare.
Returns:
true if the other object is the enumeration of the same type and of the same value.

forName

public static ParameterDirectionKind forName(String name)
Translates literal name to correspondent enumeration value.

Parameters:
name - Enumeration literal.
Returns:
Enumeration value corresponding to the passed literal.

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolves serialized instance of enumeration value.

Returns:
Resolved enumeration value.
Throws:
ObjectStreamException