net.sf.dynamicreports.adhoc.configuration
Class AdhocValueRestriction

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.configuration.AdhocRestriction
      extended by net.sf.dynamicreports.adhoc.configuration.AdhocValueRestriction
All Implemented Interfaces:
Serializable, Cloneable

public class AdhocValueRestriction
extends AdhocRestriction

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
AdhocValueRestriction()
           
 
Method Summary
 void addValue(String value)
           
 AdhocValueRestriction clone()
           
 boolean equals(Object obj)
           
 String getName()
           
 AdhocValueOperator getOperator()
           
 List<String> getValues()
           
 void setName(String name)
           
 void setOperator(AdhocValueOperator operator)
           
 void setValues(List<String> values)
           
 
Methods inherited from class net.sf.dynamicreports.adhoc.configuration.AdhocRestriction
getKey, getProperties, getProperty, setKey, setProperties, setProperty
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocValueRestriction

public AdhocValueRestriction()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getOperator

public AdhocValueOperator getOperator()

setOperator

public void setOperator(AdhocValueOperator operator)

getValues

public List<String> getValues()

addValue

public void addValue(String value)

setValues

public void setValues(List<String> values)

equals

public boolean equals(Object obj)
Overrides:
equals in class AdhocRestriction

clone

public AdhocValueRestriction clone()
Overrides:
clone in class AdhocRestriction


Copyright © 2010-2013. All Rights Reserved.