GetFieldValueAsDouble | Returns the underlying double value currently assigned to the property represented by this object. (ignores any override) |
GetFieldValueAsFloat | Returns the underlying float value currently assigned to the property represented by this object. (ignores any override) |
GetFieldValueAsInt | Returns the underlying int value currently assigned to the property represented by this object. (ignores any override) |
GetFieldValueAsString | Returns the underlying String value currently assigned to the property represented by this object. (ignores any override) |
GetFieldValueAsXPDateTime | Returns the underlying XPDateTime value currently assigned to the property represented by this object. (ignores any override) |
GetOverrideEnabled | Retrieves a boolean indicating whether an override value has been set for the property represented by this object |
GetOverrideValueAsDouble | Gets the overriding double value for the property represented by this object. |
GetOverrideValueAsFloat | Gets the overriding float value for the property represented by this object. |
GetOverrideValueAsInt | Sets the underlying double value for the property represented by this object. (ignores any override) |
GetOverrideValueAsObject | Gets the overriding object value for the property represented by this object. |
GetOverrideValueAsString | Gets the overriding String value for the property represented by this object. |
GetOverrideValueAsXPDateTime | Gets the overriding XPDateTime value for the property represented by this object. |
GetPropertyID | Returns the property ID for which this object contains value assignments. |
GetPropertyType | Returns the type of the property value. This can be used to determine which of the GetValueAsXXX methods to use. |
GetValueAsDouble | Returns the double value currently assigned to the property represented by this object. |
GetValueAsFloat | Returns the Float value currently assigned to the property represented by this object. |
GetValueAsInt | Retrieves the int value currently assigned to the property represented by this object. |
GetValueAsString | Returns the String value currently assigned to the property represented by this object. |
GetValueAsXPDateTime | Returns the XPDateTime value currently assigned to the property represented by this object. |
SetFieldValue | Overloaded. Sets the underlying int value for the property represented by this object. (ignores any override) |
SetOverrideValue | Overloaded. Sets the overriding int value for the property represented by this object. |
IPTCardPropertyValue Interface | com.plumtree.server Namespace