|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={})
public @interface Attr
A name/value attribute pair, used to extend the @Plugin annotation.
Plugin.attrs(),
AbstractBasicDetails.get(String),
AbstractBasicDetails.is(String)| Required Element Summary | |
|---|---|
String |
name
Name of the attribute. |
| Optional Element Summary | |
|---|---|
String |
value
The attribute's value, if applicable. |
| Element Detail |
|---|
public abstract String name
public abstract String value
If set, the method AbstractBasicDetails.get(String) with the attribute's name
will retrieve the value; in any case, the method
AbstractBasicDetails.is(String) will return true.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||