|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.stanbol.entityhub.jersey.grefine.ReconcileValue
public class ReconcileValue
Values can be simple JSON values or JSON objects with an 'id' and a
'name'. This is mapped to ReconcileValue objects with an optional
getId() and a required getValue().
The 'id' supports prefix:localname syntax for prefixes defined within the
NamespaceEnum
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getId()
The getter for the value of the 'id' property of the 'v' object if present. |
Object |
getValue()
|
int |
hashCode()
|
String |
toString()
Calls the toString() method of the getValue() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getId()
public Object getValue()
public String toString()
toString() method of the getValue()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||