|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.graph.datatype.DurationValue
public class DurationValue
| Constructor Summary | |
|---|---|
protected |
DurationValue()
|
| Method Summary | |
|---|---|
int |
compareTo(DatatypeValue val)
|
DatatypeValue |
create(Object object)
Create a value based on an Java value. |
DatatypeValue |
create(String lexicalForm)
|
boolean |
equals(Object obj)
|
int |
equivCompareTo(DatatypeValue val)
|
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 DurationValue()
| 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 val)
compareTo in interface Comparable<DatatypeValue>public int equivCompareTo(DatatypeValue val)
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 | |||||||||