WebCenter Interaction API  
 

IPTSField.getType Method 

Returns the type of this field. Return value will be one of PTSFieldType.STRING, PTSFieldType.INT, PTSFieldType.FLOAT, PTSFieldType.BOOLEAN, PTSFieldType.DATETIME.

PTSFieldType getType();

Return Value

the type of this IPTSField.

See Also

IPTSField Interface | com.plumtree.server.search Namespace