net.sf.ofx4j.meta
Annotation Type Element


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Element

An OFX element, applied to a javabean property.

Author:
Ryan Heaton

Required Element Summary
 java.lang.String name
          The name of the element.
 int order
          The order this element comes in its parent aggregate.
 
Optional Element Summary
 boolean required
          Whether this element is required.
 

Element Detail

name

public abstract java.lang.String name
The name of the element.

Returns:
The name of the element.

order

public abstract int order
The order this element comes in its parent aggregate.

Returns:
The order this element comes in its parent aggregate.

required

public abstract boolean required
Whether this element is required.

Returns:
Whether this element is required.
Default:
false


Copyright © 2008. All Rights Reserved.