public class FieldInfo extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInfoType()
Gets the type of the document property to insert.
|
java.lang.String |
getNewValue()
Gets an optional value that updates the property.
|
int |
getSwitchType(java.lang.String switchName) |
void |
setInfoType(java.lang.String value)
Sets the type of the document property to insert.
|
void |
setNewValue(java.lang.String value)
Sets an optional value that updates the property.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getInfoType()
public void setInfoType(java.lang.String value)
throws java.lang.Exception
value - The type of the document property to insert.java.lang.Exceptionpublic java.lang.String getNewValue()
public void setNewValue(java.lang.String value)
throws java.lang.Exception
value - An optional value that updates the property.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)