com.ancientprogramming.fixedformat4j.annotation
Annotation Type FixedFormatPattern


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface FixedFormatPattern

Used together with FixedFormatField annotations to provide a pattern for the data. This annotation is required for Date datatype.

Since:
1.0.0
Author:
Jacob von Eyben - http://www.ancientprogramming.com

Required Element Summary
 java.lang.String value
          The pattern used in formatting and parsing a fixed format field.
 

Element Detail

value

public abstract java.lang.String value
The pattern used in formatting and parsing a fixed format field. Date: yyyyMMdd Other: ####-######.## Currency: ???

Returns:
the pattern


Copyright © 2008 ancientprogramming.com. All Rights Reserved.