|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
double |
GetFieldValueAsDouble()
Returns the underlying double value currently assigned to the property represented by this object. |
float |
GetFieldValueAsFloat()
Returns the underlying float value currently assigned to the property represented by this object. |
int |
GetFieldValueAsInt()
Returns the underlying int value currently assigned to the property represented by this object. |
java.lang.String |
GetFieldValueAsString()
Returns the underlying String value currently assigned to the property represented by this object. |
com.plumtree.openfoundation.util.XPDateTime |
GetFieldValueAsXPDateTime()
Returns the underlying XPDateTime value currently assigned to the property represented by this object. |
boolean |
GetOverrideEnabled()
Retrieves a boolean indicating whether an override value has been set for the property represented by this object |
double |
GetOverrideValueAsDouble()
Gets the overriding double value for the property represented by this object. |
float |
GetOverrideValueAsFloat()
Gets the overriding float value for the property represented by this object. |
int |
GetOverrideValueAsInt()
Sets the underlying double value for the property represented by this object. |
java.lang.Object |
GetOverrideValueAsObject()
Gets the overriding object value for the property represented by this object. |
java.lang.String |
GetOverrideValueAsString()
Gets the overriding String value for the property represented by this object. |
com.plumtree.openfoundation.util.XPDateTime |
GetOverrideValueAsXPDateTime()
Gets the overriding XPDateTime value for the property represented by this object. |
int |
GetPropertyID()
Returns the property ID for which this object contains value assignments. |
int |
GetPropertyType()
Returns the type of the property value. |
double |
GetValueAsDouble()
Returns the double value currently assigned to the property represented by this object. |
float |
GetValueAsFloat()
Returns the Float value currently assigned to the property represented by this object. |
int |
GetValueAsInt()
Retrieves the int value currently assigned to the property represented by this object. |
java.lang.String |
GetValueAsString()
Returns the String value currently assigned to the property represented by this object. |
com.plumtree.openfoundation.util.XPDateTime |
GetValueAsXPDateTime()
Returns the XPDateTime value currently assigned to the property represented by this object. |
void |
SetFieldValue(double Value)
Sets the underlying double value for the property represented by this object. |
void |
SetFieldValue(float Value)
Sets the underlying float value for the property represented by this object. |
void |
SetFieldValue(int Value)
Sets the underlying int value for the property represented by this object. |
void |
SetFieldValue(java.lang.String Value)
Sets the underlying String value for the property represented by this object. |
void |
SetFieldValue(com.plumtree.openfoundation.util.XPDateTime Value)
Sets the underlying XPDateTime value for the property represented by this object. |
void |
SetOverrideValue(double Value)
Sets the overriding double value for the property represented by this object. |
void |
SetOverrideValue(float Value)
Sets the overriding float value for the property represented by this object. |
void |
SetOverrideValue(int Value)
Sets the overriding int value for the property represented by this object. |
void |
SetOverrideValue(java.lang.Object Value)
Sets the overriding Object value for the property represented by this object. |
void |
SetOverrideValue(java.lang.String Value)
Sets the overriding String value for the property represented by this object. |
void |
SetOverrideValue(com.plumtree.openfoundation.util.XPDateTime Value)
Sets the overriding XPDateTime value for the property represented by this object. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public int GetPropertyID()
public int GetValueAsInt()
public java.lang.String GetValueAsString()
public com.plumtree.openfoundation.util.XPDateTime GetValueAsXPDateTime()
public float GetValueAsFloat()
public double GetValueAsDouble()
public int GetFieldValueAsInt()
public java.lang.String GetFieldValueAsString()
public com.plumtree.openfoundation.util.XPDateTime GetFieldValueAsXPDateTime()
public float GetFieldValueAsFloat()
public double GetFieldValueAsDouble()
public void SetFieldValue(int Value)
Value - an int stored as the field value for the property instancepublic void SetFieldValue(java.lang.String Value)
Value - a String stored as the field value for the property instancepublic void SetFieldValue(com.plumtree.openfoundation.util.XPDateTime Value)
Value - an XPDateTime stored as the field value for the property instancepublic void SetFieldValue(float Value)
Value - a float stored as the field value for the property instancepublic void SetFieldValue(double Value)
Value - a double stored as the field value for the property instancepublic int GetOverrideValueAsInt()
Value - a double stored as the field value for the property instancepublic java.lang.String GetOverrideValueAsString()
public com.plumtree.openfoundation.util.XPDateTime GetOverrideValueAsXPDateTime()
public float GetOverrideValueAsFloat()
public double GetOverrideValueAsDouble()
public java.lang.Object GetOverrideValueAsObject()
public void SetOverrideValue(int Value)
an - int stored as the override value for the property instancepublic void SetOverrideValue(java.lang.String Value)
a - String stored as the override value for the property instancepublic void SetOverrideValue(com.plumtree.openfoundation.util.XPDateTime Value)
an - XPDateTime stored as the override value for the property instancepublic void SetOverrideValue(float Value)
a - float stored as the override value for the property instancepublic void SetOverrideValue(double Value)
a - double stored as the override value for the property instancepublic void SetOverrideValue(java.lang.Object Value)
an - Object stored as the override value for the property instancepublic boolean GetOverrideEnabled()
public int GetPropertyType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||