|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface FixedFormatBoolean
Define representations for Boolean.TRUE and Boolean.FALSE
| Optional Element Summary | |
|---|---|
java.lang.String |
falseValue
The string to map a boolean false value to. |
java.lang.String |
trueValue
The string to map a boolean true value to. |
public abstract java.lang.String trueValue
true valuepublic abstract java.lang.String falseValue
false value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||