WebCenter Interaction API  
 

IPTCardPropertyValue Members

IPTCardPropertyValue overview

Public Instance Methods

public methodGetFieldValueAsDouble Returns the underlying double value currently assigned to the property represented by this object. (ignores any override)
public methodGetFieldValueAsFloat Returns the underlying float value currently assigned to the property represented by this object. (ignores any override)
public methodGetFieldValueAsInt Returns the underlying int value currently assigned to the property represented by this object. (ignores any override)
public methodGetFieldValueAsString Returns the underlying String value currently assigned to the property represented by this object. (ignores any override)
public methodGetFieldValueAsXPDateTime Returns the underlying XPDateTime value currently assigned to the property represented by this object. (ignores any override)
public methodGetMetaDataProperty Returns the extended metadata values for this property. This can be used to get more info about the property.
public methodGetOverrideEnabled Retrieves a boolean indicating whether an override value has been set for the property represented by this object
public methodGetOverrideValueAsDouble Gets the overriding double value for the property represented by this object.
public methodGetOverrideValueAsFloat Gets the overriding float value for the property represented by this object.
public methodGetOverrideValueAsInt Sets the underlying double value for the property represented by this object. (ignores any override)
public methodGetOverrideValueAsObject Gets the overriding object value for the property represented by this object.
public methodGetOverrideValueAsString Gets the overriding String value for the property represented by this object.
public methodGetOverrideValueAsXPDateTime Gets the overriding XPDateTime value for the property represented by this object.
public methodGetPropertyID Returns the property ID for which this object contains value assignments.
public methodGetPropertyType Returns the type of the property value. This can be used to determine which of the GetValueAsXXX methods to use.
public methodGetValueAsDouble Returns the double value currently assigned to the property represented by this object.
public methodGetValueAsFloat Returns the Float value currently assigned to the property represented by this object.
public methodGetValueAsInt Retrieves the int value currently assigned to the property represented by this object.
public methodGetValueAsString Returns the String value currently assigned to the property represented by this object.
public methodGetValueAsXPDateTime Returns the XPDateTime value currently assigned to the property represented by this object.
public methodSetFieldValueOverloaded. Sets the underlying int value for the property represented by this object. (ignores any override)
public methodSetOverrideValueOverloaded. Sets the overriding int value for the property represented by this object.

See Also

IPTCardPropertyValue Interface | com.plumtree.server Namespace