net.lucidviews.util
Class Properties.EnumParamMustExist

java.lang.Object
  extended by net.lucidviews.util.EnumValue
      extended by net.lucidviews.util.Properties.EnumParamMustExist
All Implemented Interfaces:
Serializable
Enclosing class:
Properties

private static class Properties.EnumParamMustExist
extends EnumValue

Helper class required for exported constant ENUM_PARAM_MUST_EXIST, which must be unique/different to avoid confusion with any other value a client may use.


Field Summary
static Enumeration ENUMERATION
          A list of enumeration values.
private static long serialVersionUID
          Class serialisation version id.
 
Fields inherited from class net.lucidviews.util.EnumValue
_index, _isCaseSensitive, _textValue, ENUMERATION_FIELD_NAME, UNDEFINED_INDEX
 
Constructor Summary
protected Properties.EnumParamMustExist()
          The default constructor, protected to prevent use outside this class.
 
Method Summary
 Enumeration getEnumeration()
          Obtain the enumeration this value belongs to.
 
Methods inherited from class net.lucidviews.util.EnumValue
compareTo, equals, getIndex, getTextValue, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Class serialisation version id.

See Also:
Constant Field Values

ENUMERATION

public static final Enumeration ENUMERATION
A list of enumeration values.

Constructor Detail

Properties.EnumParamMustExist

protected Properties.EnumParamMustExist()
The default constructor, protected to prevent use outside this class.

Method Detail

getEnumeration

public Enumeration getEnumeration()
Description copied from class: EnumValue
Obtain the enumeration this value belongs to.
See the class JavaDoc, at the top of this page, for information on how to implement this method correctly.

Specified by:
getEnumeration in class EnumValue
Returns:
a list of enumeration values that this value is part of