|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Attribute
Annotation to describe LDAP attribute data on a bean.
| Optional Element Summary | |
|---|---|
boolean |
binary
Whether this attribute is binary. |
String |
name
Attribute name. |
String |
property
Name of the method or field that maps to this attribute. |
org.ldaptive.SortBehavior |
sortBehavior
Sort behavior for this attribute. |
String |
transcoder
Transcoder for this attribute. |
String[] |
values
Attribute values. |
public abstract String name
public abstract String[] values
property().
public abstract String property
values().
public abstract boolean binary
public abstract org.ldaptive.SortBehavior sortBehavior
public abstract String transcoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||