public interface IFieldType
Represents a type of field. This value determines which text will be set to the field portion when it will be updated.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInternalString()
Returns the internal name of this FieldType object.
|
void |
setInternalString(java.lang.String value)
Returns the internal name of this FieldType object.
|