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 int
compareTo(ValuePropertiesWrapper o)
boolean
equals(Object obj)
String
getLabel()
Object[]
getPropertyValues()
Object
getValue()
int
hashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(ValuePropertiesWrapper o)
- Specified by:
compareTo
in interfaceComparable<ValuePropertiesWrapper>
-
getValue
public Object getValue()
-
getLabel
public String getLabel()
-
getPropertyValues
public Object[] getPropertyValues()
-
-