Aqualogic Interaction API  
 

IPTSResult.getFieldAsObject Method 

Returns the value of a IPTSField, regardless of type. The actual underlying type of the returned Object will be String, Integer, Double, Boolean, or XPDateTime. Throws a PTSNoFieldValueException if the field is not defined for this result.

object getFieldAsObject(
   IPTSField field
);

Return Value

value of the indicated field, as generic Object.

See Also

IPTSResult Interface | com.plumtree.server.search Namespace