com.endeca.cas.extension.annotation
Annotation Type EnumValue


public @interface EnumValue

Represents a value in an enumeration. Can be used with StringProperty, DoubleProperty, and IntegerProperty.


Required Element Summary
 String value
          The actual value of the EnumValue that is stored in the configuration property.
 
Optional Element Summary
 String label
          The label of the EnumValue shown in CAS Console.
 

Element Detail

value

public abstract String value
The actual value of the EnumValue that is stored in the configuration property.

label

public abstract String label
The label of the EnumValue shown in CAS Console. If not specified, defaults to value.

Default:
""


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.