public class ValuePropertiesWrapper extends Object implements Comparable<ValuePropertiesWrapper>
Constructor and Description |
---|
ValuePropertiesWrapper(Object value,
String label,
Object[] propertyValues) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ValuePropertiesWrapper o) |
boolean |
equals(Object obj) |
String |
getLabel() |
Object[] |
getPropertyValues() |
Object |
getValue() |
int |
hashCode() |
public int compareTo(ValuePropertiesWrapper o)
compareTo
in interface Comparable<ValuePropertiesWrapper>
public Object getValue()
public String getLabel()
public Object[] getPropertyValues()
Copyright © 2019 TIBCO Software Inc.. All rights reserved.