@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Attribute
| Modifier and Type | Optional Element and Description | 
|---|---|
boolean | 
binary
Whether this attribute is binary. 
 | 
String | 
name
Attribute name. 
 | 
String | 
property
Name of the method or field that maps to this attribute. 
 | 
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 boolean binary
public abstract SortBehavior sortBehavior
public abstract String transcoder
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.