public final class Feature extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NAME_NON_ROTATABLE
Indicates that this key cannot be rotated, and will never become rotatable.
|
Constructor and Description |
---|
Feature(String name,
String value,
String compatibility) |
Modifier and Type | Method and Description |
---|---|
String |
getCompatibility() |
String |
getName() |
String |
getValue() |
static Feature |
newNonRotatable() |
static Feature |
newNonRotatable(String value) |
public static final String NAME_NON_ROTATABLE