public class Feature
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Feature |
getFeature(java.lang.String name)
This static method returns the feature with the given name.
|
int |
hashCode() |
java.lang.String |
name() |
java.lang.String |
toString()
Return a string value for this feature, which is its name.
|
public static Feature getFeature(java.lang.String name) throws BadFeatureNameException
BadFeatureNameExceptionpublic java.lang.String name()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object