public class Feature extends PrintableBase implements Named, Printable
| Modifier and Type | Class and Description |
|---|---|
static class |
Feature.Name |
| Constructor and Description |
|---|
Feature(Feature.Name name,
long value) |
Feature(Feature.Name name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
long |
getAsInteger() |
Object |
getAsObject() |
String |
getAsString() |
String |
getName() |
int |
hashCode() |
void |
output(IndentedWriter out) |
String |
toString() |
public Feature(Feature.Name name, String value)
public Feature(Feature.Name name, long value)
public Object getAsObject()
public String getAsString()
public long getAsInteger()
public void output(IndentedWriter out)
public String toString()
toString in class PrintableBaseLicenced under the Apache License, Version 2.0