public class Feature extends org.apache.jena.atlas.io.PrintableBase implements Named, org.apache.jena.atlas.io.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(org.apache.jena.atlas.io.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(org.apache.jena.atlas.io.IndentedWriter out)
output in interface org.apache.jena.atlas.io.Printablepublic String toString()
toString in class org.apache.jena.atlas.io.PrintableBaseLicenced under the Apache License, Version 2.0