|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrdf.query.relation.type.URIReferenceNodeType
public final class URIReferenceNodeType
An URI Reference node type.
| Field Summary | |
|---|---|
static ValueNodeType |
URI_REFERENCE_TYPE
URIReferenceNodeType constant. |
| Constructor Summary | |
|---|---|
URIReferenceNodeType()
|
|
| Method Summary | |
|---|---|
void |
accept(NodeTypeVisitor visitor)
Accept a call from a NodeTypeVisitor. |
Set<? extends NodeType> |
composedOf()
Returns the sub-types of a composite type. |
boolean |
equals(Object obj)
|
String |
getName()
Returns the name of the type. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ValueNodeType URI_REFERENCE_TYPE
| Constructor Detail |
|---|
public URIReferenceNodeType()
| Method Detail |
|---|
public String getName()
NodeType
getName in interface NodeTypepublic Set<? extends NodeType> composedOf()
NodeType
composedOf in interface NodeTypepublic void accept(NodeTypeVisitor visitor)
NodeType
accept in interface NodeTypevisitor - the object doing the visiting.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 | |||||||||