com.endeca.itl.cas.api
Class ModulePropertySpecEnumValue

java.lang.Object
  extended by com.endeca.itl.cas.api.ModulePropertySpecEnumValue

public class ModulePropertySpecEnumValue
extends Object

A ModulePropertySpecEnumValue contains one possible enumeration value when defining possible values for a ModuleProperty in a corresponding ModulePropertySpec.


Constructor Summary
ModulePropertySpecEnumValue(String pValue)
           
ModulePropertySpecEnumValue(String pValue, String pLabel)
           
 
Method Summary
 boolean equals(Object other)
           
 String getLabel()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModulePropertySpecEnumValue

public ModulePropertySpecEnumValue(String pValue)

ModulePropertySpecEnumValue

public ModulePropertySpecEnumValue(String pValue,
                                   String pLabel)
Method Detail

getValue

public String getValue()

getLabel

public String getLabel()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Endeca. All Rights Reserved.