@JsonObject(value="FeatureInformation") public class FeatureInformation extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<FeatureInformation>
Constructor and Description |
---|
FeatureInformation(java.lang.String code,
java.lang.String label,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FeatureInformation o) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCode()
Returns the code of the feature.
|
java.lang.String |
getDescription()
Returns the text description of the feature.
|
java.lang.String |
getLabel()
Returns the label of the feature (pretty-print, but not guaranteed to be unique).
|
int |
hashCode() |
java.lang.String |
toString() |
public FeatureInformation(java.lang.String code, java.lang.String label, java.lang.String description)
public java.lang.String getCode()
public java.lang.String getLabel()
public java.lang.String getDescription()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(FeatureInformation o)
compareTo
in interface java.lang.Comparable<FeatureInformation>
public java.lang.String toString()
toString
in class java.lang.Object