public class FieldFormat
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDateTimeFormat()
Gets a formatting that is applied to a date and time field result.
|
GeneralFormatCollection |
getGeneralFormats()
Gets a collection of general formats that are applied to a numeric, text or any field result.
|
java.lang.String |
getNumericFormat()
Gets a formatting that is applied to a numeric field result.
|
void |
setDateTimeFormat(java.lang.String value)
Sets a formatting that is applied to a date and time field result.
|
void |
setNumericFormat(java.lang.String value)
Sets a formatting that is applied to a numeric field result.
|
public java.lang.String getNumericFormat()
public void setNumericFormat(java.lang.String value)
throws java.lang.Exception
value - A formatting that is applied to a numeric field result.java.lang.Exceptionpublic java.lang.String getDateTimeFormat()
public void setDateTimeFormat(java.lang.String value)
throws java.lang.Exception
value - A formatting that is applied to a date and time field result.java.lang.Exceptionpublic GeneralFormatCollection getGeneralFormats()