public class FieldListNum extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getListLevel()
Gets the level in the list, overriding the default behavior of the field.
|
java.lang.String |
getListName()
Gets the name of the abstract numbering definition used for the numbering.
|
java.lang.String |
getStartingNumber()
Gets the starting value for this field.
|
int |
getSwitchType(java.lang.String switchName) |
boolean |
hasListName()
Returns a value indicating whether the name of an abstract numbering definition is provided by the field's code.
|
void |
setListLevel(java.lang.String value)
Sets the level in the list, overriding the default behavior of the field.
|
void |
setListName(java.lang.String value)
Sets the name of the abstract numbering definition used for the numbering.
|
void |
setStartingNumber(java.lang.String value)
Sets the starting value for this field.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getListName()
public void setListName(java.lang.String value)
throws java.lang.Exception
value - The name of the abstract numbering definition used for the numbering.java.lang.Exceptionpublic boolean hasListName()
public java.lang.String getListLevel()
public void setListLevel(java.lang.String value)
throws java.lang.Exception
value - The level in the list, overriding the default behavior of the field.java.lang.Exceptionpublic java.lang.String getStartingNumber()
public void setStartingNumber(java.lang.String value)
throws java.lang.Exception
value - The starting value for this field.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)