IFieldType
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.
Methods
Method | Description |
---|---|
getInternalString() | Returns the internal name of this FieldType object. |
setInternalString(String value) | Returns the internal name of this FieldType object. |
getInternalString()
public abstract String getInternalString()
Returns the internal name of this FieldType object. Read/write String.
Returns: java.lang.String
setInternalString(String value)
public abstract void setInternalString(String value)
Returns the internal name of this FieldType object. Read/write String.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |