|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.d2rq.r2rml.MappingTerm
org.d2rq.r2rml.ConstantIRI
public class ConstantIRI
A string that can be validated as an absolute IRI according to RFC 3987.
Method Summary | |
---|---|
void |
accept(MappingVisitor visitor)
|
com.hp.hpl.jena.iri.IRI |
asJenaIRI()
|
static ConstantIRI |
create(Resource iri)
Always succeeds. |
static ConstantIRI |
create(String iri)
Always succeeds. |
boolean |
equals(Object other)
|
int |
hashCode()
|
boolean |
isValid()
Determines validity. |
String |
toString()
|
Methods inherited from class org.d2rq.r2rml.MappingTerm |
---|
isValid |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ConstantIRI create(String iri)
isValid()
to see if syntax is ok.
null
if arg is null
public static ConstantIRI create(Resource iri)
isValid()
to see if syntax is ok.
null
if arg is null
public com.hp.hpl.jena.iri.IRI asJenaIRI()
public String toString()
toString
in class Object
public void accept(MappingVisitor visitor)
accept
in class MappingTerm
public boolean isValid()
MappingTerm
isValid
in class MappingTerm
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |