ix.icore.domain
Class End

java.lang.Object
  extended by ix.util.EnumeratedValue
      extended by ix.icore.domain.End
All Implemented Interfaces:
SemiPrimitive, java.io.Serializable

public final class End
extends EnumeratedValue

Used to specify the begin or end of a node in a NodeEndRef.

See Also:
NodeEndRef, Serialized Form

Field Summary
static End BEGIN
           
static End END
           
 
Fields inherited from class ix.util.EnumeratedValue
name
 
Method Summary
 java.lang.String toString()
           
static End valueOf(java.lang.String name)
           
static java.util.List values()
           
 
Methods inherited from class ix.util.EnumeratedValue
getValue, getValueElseError, readResolve, recordValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BEGIN

public static final End BEGIN

END

public static final End END
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

values

public static java.util.List values()

valueOf

public static End valueOf(java.lang.String name)