Interface symantec.itools.db.beans.brl.CompColMember
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface symantec.itools.db.beans.brl.CompColMember
  -  public interface CompColMember
  
-  extends Serializable
  
Interface which describes the generic input type used in
 derivation/validation formulas. The input type could be
 DataBound Column, constant or operator
  -  Version:
  
 -  1.00 06/18/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	getValue()
   -   Method to return the value
 
  
 -  
	toString()
   -   Method to return the String description
 
 
  
getValue
public abstract java.lang.Object getValue()
  -  Method to return the value
  
 
 
    -  Returns:
    
 -  Object
  
 
 
 
toString
public abstract java.lang.String toString()
  -  Method to return the String description
  
 
 
    -  Returns:
    
 -  String
    
 -  Overrides:
    
 -  toString in class Object
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index