|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface StructField
Annotation for fields.
Required Element Summary | |
---|---|
int |
n
Field number. |
FieldType |
type
Field type. |
Optional Element Summary | |
---|---|
int |
decimals
Field decimals (for BCD's). |
java.lang.String |
encoding
Field encoding (for strings). |
int |
length
Field length (for fixed length strings and BCD's). |
int |
prefixlength
Prefix length (for variable length strings). |
byte |
zone
Field zone value (for zoned BCD's). |
Element Detail |
---|
public abstract int n
public abstract FieldType type
public abstract int length
public abstract int decimals
public abstract java.lang.String encoding
public abstract byte zone
public abstract int prefixlength
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |