public class CategoricalFeatureValue extends java.lang.Object implements FeatureValue
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static CategoricalFeatureValue |
fromString(java.lang.String stringValue) |
FeatureType |
getFeatureType() |
java.lang.String |
getStringValue() |
int |
hashCode() |
java.lang.String |
toString() |
public static CategoricalFeatureValue fromString(java.lang.String stringValue)
stringValue - categorical string valuepublic java.lang.String getStringValue()
public FeatureType getFeatureType()
getFeatureType in interface FeatureValueFeatureType of this featurepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object