|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.MetadataValue
| Constructor Summary | |
MetadataValue()
|
|
MetadataValue(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource r)
|
|
MetadataValue(String stringValue,
TriplesAssertion triplesAssertion,
org.apache.axis.types.URI uriValue)
|
|
| Method Summary | |
Object |
accept(MetadataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
String |
getStringValue()
Gets the stringValue value for this MetadataValue. |
TriplesAssertion |
getTriplesAssertion()
Gets the triplesAssertion value for this MetadataValue. |
org.apache.axis.types.URI |
getUriValue()
Gets the uriValue value for this MetadataValue. |
int |
hashCode()
|
void |
setStringValue(String stringValue)
Sets the stringValue value for this MetadataValue. |
void |
setTriplesAssertion(TriplesAssertion triplesAssertion)
Sets the triplesAssertion value for this MetadataValue. |
void |
setUriValue(org.apache.axis.types.URI uriValue)
Sets the uriValue value for this MetadataValue. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MetadataValue()
public MetadataValue(String stringValue,
TriplesAssertion triplesAssertion,
org.apache.axis.types.URI uriValue)
public MetadataValue(com.hp.hpl.jena.rdf.model.Model m,
com.hp.hpl.jena.rdf.model.Resource r)
throws com.hp.hpl.jena.rdf.model.RDFException,
StoreException
| Method Detail |
public TriplesAssertion getTriplesAssertion()
public void setTriplesAssertion(TriplesAssertion triplesAssertion)
triplesAssertion - public String getStringValue()
public void setStringValue(String stringValue)
stringValue - public org.apache.axis.types.URI getUriValue()
public void setUriValue(org.apache.axis.types.URI uriValue)
uriValue - public boolean equals(Object obj)
public int hashCode()
public Object accept(MetadataModelVisitor v)
accept in interface MetadataModelVisitable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||