public static class GetVariableMeta.FieldDefinition extends Object implements Cloneable
| Constructor and Description | 
|---|
FieldDefinition()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetVariableMeta.FieldDefinition | 
clone()  | 
String | 
getCurrency()  | 
String | 
getDecimal()  | 
String | 
getFieldFormat()  | 
int | 
getFieldLength()  | 
String | 
getFieldName()  | 
int | 
getFieldPrecision()  | 
int | 
getFieldType()  | 
String | 
getGroup()  | 
int | 
getTrimType()  | 
String | 
getVariableString()  | 
void | 
setCurrency(String currency)  | 
void | 
setDecimal(String decimal)  | 
void | 
setFieldFormat(String fieldFormat)  | 
void | 
setFieldLength(int fieldLength)  | 
void | 
setFieldName(String fieldName)  | 
void | 
setFieldPrecision(int fieldPrecision)  | 
void | 
setFieldType(int fieldType)  | 
void | 
setGroup(String group)  | 
void | 
setTrimType(int trimType)  | 
void | 
setVariableString(String variableString)  | 
public String getFieldName()
public void setFieldName(String fieldName)
fieldName - The fieldName to set.public String getVariableString()
public void setVariableString(String variableString)
variableString - The variable strings to set.public int getFieldType()
public void setFieldType(int fieldType)
fieldType - the field type to set (ValueMetaInterface.TYPE_*)public String getFieldFormat()
public void setFieldFormat(String fieldFormat)
fieldFormat - the fieldFormat to setpublic int getFieldLength()
public void setFieldLength(int fieldLength)
fieldLength - the fieldLength to setpublic int getFieldPrecision()
public void setFieldPrecision(int fieldPrecision)
fieldPrecision - the fieldPrecision to setpublic String getCurrency()
public void setCurrency(String currency)
currency - the currency to setpublic String getDecimal()
public void setDecimal(String decimal)
decimal - the decimal to setpublic String getGroup()
public void setGroup(String group)
group - the group to setpublic int getTrimType()
public void setTrimType(int trimType)
trimType - the trimType to setpublic GetVariableMeta.FieldDefinition clone()