com.ibm.pim.attribute
Interface InheritedValue


public interface InheritedValue

This class exists so that one can call LocationAttributeInstance.getInheritedValue() and know both the value that is inherited as well as where it came from (what location).


Field Summary
static java.lang.String copyright
           
 
Method Summary
 Category getLocation()
          Information on what location the inherited value came from
 java.lang.Object getValue()
          Used to get the value that is being inherited
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getLocation

Category getLocation()
Information on what location the inherited value came from

Returns:
The Category containing the non-null value use for inheritance.

getValue

java.lang.Object getValue()
Used to get the value that is being inherited

Returns:
an Object, just as getValue() would return