|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.graph.datatype.DoubleValue
public class DoubleValue
| Constructor Summary | |
|---|---|
protected |
DoubleValue()
|
| Method Summary | |
|---|---|
int |
compareTo(DatatypeValue o)
|
DatatypeValue |
create(Object object)
Create a value based on an Java value. |
DatatypeValue |
create(String lexicalForm)
|
boolean |
equals(Object obj)
|
int |
equivCompareTo(DatatypeValue o)
|
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 DoubleValue()
| Method Detail |
|---|
public DatatypeValue create(Object object)
ValueCreator
create in interface ValueCreatorobject - the Java object to convert to a value.
public DatatypeValue create(String lexicalForm)
create in interface ValueCreatorpublic String getLexicalForm()
Value
getLexicalForm in interface Valuenullpublic Object getValue()
Value
getValue in interface Valuepublic boolean isWellFormedXML()
Value
isWellFormedXML in interface Valuepublic int compareTo(DatatypeValue o)
compareTo in interface Comparable<DatatypeValue>public int equivCompareTo(DatatypeValue o)
equivCompareTo in interface EquivComparable<DatatypeValue>public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||