com.ibm.ftt.resources.core.physical
Interface IResourceReference

All Known Subinterfaces:
ZOSResourceReference

public interface IResourceReference

Interface for an object that refers to a resource object.


Field Summary
static String COPY_RIGHT
           
 
Method Summary
 Object getReferent()
          Returns the resource object that this object refers to.
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values
Method Detail

getReferent

Object getReferent()
Returns the resource object that this object refers to.

Returns:
the object that this reference is referring to