|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
public @interface ValueDefines an object.
Value| Optional Element Summary | |
|---|---|
boolean |
empty
Returns true if this value represents an empty string. |
boolean |
nill
Returns true if this value represents null. |
String |
ref
Returns the name of the beanlet represented by this value. |
Class<?> |
type
Value type. |
String |
value
String representation of the value. |
public abstract String value
public abstract Class<?> type
public abstract String ref
public abstract boolean nill
true if this value represents null.
public abstract boolean empty
true if this value represents an empty string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||