org.japano.metadata.annotation
Annotation Type JapanoOption


@Target(value=METHOD)
@Documented
@Retention(value=SOURCE)
public @interface JapanoOption

Used to define radio or select options.

Version:
$Id: JapanoOption.java,v 1.4 2005/09/27 21:30:51 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )

Required Element Summary
 java.lang.String value
          Value of the option.
 
Optional Element Summary
 java.lang.String name
          Name of the option. only valid for radio fields.
 java.lang.String text
          Text to display for the option. only valid for select fields.
 

Element Detail

value

public abstract java.lang.String value
Value of the option.

text

public abstract java.lang.String text
Text to display for the option. only valid for select fields.

Default:
"[unset]"

name

public abstract java.lang.String name
Name of the option. only valid for radio fields.

Default:
"[unset]"