dip.world
Class RuleOptions.OptionValue

java.lang.Object
  extended bydip.world.RuleOptions.OptionValue
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RuleOptions

public static class RuleOptions.OptionValue
extends java.lang.Object
implements java.io.Serializable

OptionValues are the pre-defined values that an Option may have.

OptionValue names need not be unique, and may be shared between options.

See Also:
Serialized Form

Constructor Summary
RuleOptions.OptionValue(java.lang.String name)
          Create an OptionValue.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescriptionI18N()
          Gets the internationalized ("display") version of the description.
 java.lang.String getName()
          Returns the OptionValue name.
 java.lang.String getNameI18N()
          Gets the internationalized ("display") version of the name.
 int hashCode()
           
protected  java.lang.Object readResolve()
           
 java.lang.String toString()
          For debugging only
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleOptions.OptionValue

public RuleOptions.OptionValue(java.lang.String name)
Create an OptionValue.

Method Detail

getName

public java.lang.String getName()
Returns the OptionValue name.


getNameI18N

public java.lang.String getNameI18N()
Gets the internationalized ("display") version of the name.


getDescriptionI18N

public java.lang.String getDescriptionI18N()
Gets the internationalized ("display") version of the description.


equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

toString

public java.lang.String toString()
For debugging only



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.