ariba.ui.aribaweb.util
Class AWEvaluateTemplateFile.FieldValue

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.ui.aribaweb.util.AWEvaluateTemplateFile.FieldValue
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
AWEvaluateTemplateFile

public static class AWEvaluateTemplateFile.FieldValue
extends FieldValue_Object


Field Summary
 
Fields inherited from class ariba.util.fieldvalue.FieldValue
Getter, Setter
 
Fields inherited from class ariba.util.core.ClassExtension
forClass
 
Constructor Summary
AWEvaluateTemplateFile.FieldValue()
           
 
Method Summary
 java.lang.Object getFieldValue(java.lang.Object receiver, FieldPath fieldPath)
          Recursively calls getFieldValuePrimitive() with the head of the fieldPath list.
 
Methods inherited from class ariba.util.fieldvalue.FieldValue_Object
createAccessor, getAccessor, getFieldValuePrimitive, 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
 

Constructor Detail

AWEvaluateTemplateFile.FieldValue

public AWEvaluateTemplateFile.FieldValue()
Method Detail

getFieldValue

public java.lang.Object getFieldValue(java.lang.Object receiver,
                                      FieldPath fieldPath)
Description copied from class: FieldValue_Object
Recursively calls getFieldValuePrimitive() with the head of the fieldPath list. Each time the recursion iterates, the receiver is the value of the previous getFieldValuePrimitive().

Overrides:
getFieldValue in class FieldValue_Object
Parameters:
receiver - the first object from which to start the recursion for getting the value identified by the fieldPath.
fieldPath - the linked list of fieldPath nodes that identifes the value to get
Returns:
the value obtained from the last object in the chain


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