public class FieldAutoNumLgl extends Field
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRemoveTrailingPeriod()
Gets whether to display the number without a trailing period.
|
java.lang.String |
getSeparatorCharacter()
Gets the separator character to be used.
|
int |
getSwitchType(java.lang.String switchName) |
void |
setRemoveTrailingPeriod(boolean value)
Sets whether to display the number without a trailing period.
|
void |
setSeparatorCharacter(java.lang.String value)
Sets the separator character to be used.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic boolean getRemoveTrailingPeriod()
public void setRemoveTrailingPeriod(boolean value)
throws java.lang.Exception
value - Whether to display the number without a trailing period.java.lang.Exceptionpublic java.lang.String getSeparatorCharacter()
public void setSeparatorCharacter(java.lang.String value)
throws java.lang.Exception
value - The separator character to be used.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)