|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jrdf.graph.datatype.StringValue
public class StringValue
Constructor Summary | |
---|---|
protected |
StringValue()
|
Method Summary | |
---|---|
int |
compareTo(DatatypeValue s)
|
DatatypeValue |
create(Object object)
Create a value based on an Java value. |
DatatypeValue |
create(String lexicalForm)
|
boolean |
equals(Object obj)
|
int |
equivCompareTo(DatatypeValue s)
|
String |
getLexicalForm()
Obtain the text of this literal. |
Object |
getValue()
Object the native Java type for this value. |
int |
hashCode()
|
boolean |
isWellFormedXML()
Whether the literal is well formed XML. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StringValue()
Method Detail |
---|
public DatatypeValue create(Object object)
ValueCreator
create
in interface ValueCreator
object
- the Java object to convert to a value.
public DatatypeValue create(String lexicalForm)
create
in interface ValueCreator
public String getLexicalForm()
Value
getLexicalForm
in interface Value
null
public Object getValue()
Value
getValue
in interface Value
public boolean isWellFormedXML()
Value
isWellFormedXML
in interface Value
public int compareTo(DatatypeValue s)
compareTo
in interface Comparable<DatatypeValue>
public int equivCompareTo(DatatypeValue s)
equivCompareTo
in interface EquivComparable<DatatypeValue>
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |