Package net.sf.jasperreports.engine.util
Class ValuePropertiesWrapper
- java.lang.Object
-
- net.sf.jasperreports.engine.util.ValuePropertiesWrapper
-
- All Implemented Interfaces:
Comparable<ValuePropertiesWrapper>
public class ValuePropertiesWrapper extends Object implements Comparable<ValuePropertiesWrapper>
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ValuePropertiesWrapper(Object value, String label, Object[] propertyValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ValuePropertiesWrapper o)booleanequals(Object obj)StringgetLabel()Object[]getPropertyValues()ObjectgetValue()inthashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(ValuePropertiesWrapper o)
- Specified by:
compareToin interfaceComparable<ValuePropertiesWrapper>
-
getValue
public Object getValue()
-
getLabel
public String getLabel()
-
getPropertyValues
public Object[] getPropertyValues()
-
-