|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=CLASS)
@Target(value={})
public @interface Option
Option information for an AttributeDefinition.
AttributeDefinition.options()| Required Element Summary | |
|---|---|
String |
value
The value of this Option. |
| Optional Element Summary | |
|---|---|
String |
label
The human readable label of this Option. |
| Element Detail |
|---|
public abstract String value
public abstract String label
If not specified, the label of this Option is the empty string.
If the label begins with the percent sign ('%' \u0025), the
label can be localized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||