@Documented @Retention(value=RUNTIME) public @interface KeyValuePairField
Modifier and Type | Required Element and Description |
---|---|
int |
tag
tag identifying the field in the message (mandatory)
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
impliedDecimalSeparator
Indicates if there is a decimal point implied at a specified location
|
String |
name
name of the field (optional)
|
String |
pattern
pattern that the formater will use to transform the data (optional)
|
int |
position
Position of the field in the message generated
|
int |
precision
precision of the BigDecimal number to be created
|
boolean |
required
Indicates if the field is mandatory
|
String |
timezone |
public abstract int tag
public abstract String name
public abstract String pattern
public abstract String timezone
public abstract int position
public abstract int precision
public abstract boolean required
public abstract boolean impliedDecimalSeparator
Apache Camel