ariba.ui.aribaweb.util
Class AWEvaluateTemplateFile.FieldValue
java.lang.Object
ariba.util.core.ClassExtension
ariba.util.fieldvalue.FieldValue
ariba.util.fieldvalue.FieldValue_Object
ariba.ui.aribaweb.util.AWEvaluateTemplateFile.FieldValue
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- AWEvaluateTemplateFile
public static class AWEvaluateTemplateFile.FieldValue
- extends FieldValue_Object
AWEvaluateTemplateFile.FieldValue
public AWEvaluateTemplateFile.FieldValue()
getFieldValue
public Object getFieldValue(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-2009 Ariba, Inc. All Rights Reserved.