ariba.util.expr
Class FieldValue_ConvertibleFieldValue

java.lang.Object
  extended by ariba.util.core.ClassExtension
      extended by ariba.util.fieldvalue.FieldValue
          extended by ariba.util.fieldvalue.FieldValue_Object
              extended by ariba.util.expr.FieldValue_ConvertibleFieldValue
All Implemented Interfaces:
java.lang.Cloneable

public class FieldValue_ConvertibleFieldValue
extends FieldValue_Object

See Also:
FieldValue_Object

Field Summary
static java.lang.String ClassName
           
 
Fields inherited from class ariba.util.fieldvalue.FieldValue
Getter, Setter
 
Fields inherited from class ariba.util.core.ClassExtension
forClass
 
Constructor Summary
FieldValue_ConvertibleFieldValue()
           
 
Method Summary
 java.lang.Object getFieldValuePrimitive(java.lang.Object target, FieldPath fieldPath)
          This method retrieves the field value from the target object.
 
Methods inherited from class ariba.util.fieldvalue.FieldValue_Object
createAccessor, getAccessor, getFieldValue, populateFieldInfo, setFieldValue, setFieldValuePrimitive
 
Methods inherited from class ariba.util.fieldvalue.FieldValue
get, get, getFieldValue, registerClassExtension, setFieldValue
 
Methods inherited from class ariba.util.core.ClassExtension
clone, forClass, getRealClass, setForClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ClassName

public static final java.lang.String ClassName
See Also:
Constant Field Values
Constructor Detail

FieldValue_ConvertibleFieldValue

public FieldValue_ConvertibleFieldValue()
Method Detail

getFieldValuePrimitive

public java.lang.Object getFieldValuePrimitive(java.lang.Object target,
                                               FieldPath fieldPath)
This method retrieves the field value from the target object. If the field value is a BaseId, this method will return the corresponding BaseObject.

Overrides:
getFieldValuePrimitive in class FieldValue_Object
Parameters:
target - - the object from which to get the value of the field identified by fieldPath
fieldPath - - the fieldPath node which identifes the field to get.
Returns:
the value obtained from the target using the fieldPath


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.