com.monad.homerun.filter
Class FilterValue

java.lang.Object
  extended by com.monad.homerun.filter.FilterValue
All Implemented Interfaces:
java.io.Serializable

public class FilterValue
extends java.lang.Object
implements java.io.Serializable

FilterValue represents a single, typed value, which is the result of evaluation of a named function upon the filtered object collection as arugments

See Also:
Serialized Form

Constructor Summary
FilterValue()
           
FilterValue(FilterValue copy)
           
FilterValue(java.lang.String compName, java.lang.String funcName)
           
 
Method Summary
 java.lang.String getCompName()
          Returns the name of the component
 java.lang.String getFunctionName()
          Returns the name of the function
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterValue

public FilterValue()

FilterValue

public FilterValue(java.lang.String compName,
                   java.lang.String funcName)

FilterValue

public FilterValue(FilterValue copy)
Method Detail

getCompName

public java.lang.String getCompName()
Returns the name of the component

Returns:
the component name

getFunctionName

public java.lang.String getFunctionName()
Returns the name of the function

Returns:
the component name


Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.