uk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel
Class OperationReferenceList

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.metadata.datamodel.OperationReferenceList
All Implemented Interfaces:
MetadataModelVisitable, Serializable

public class OperationReferenceList
extends Object
implements Serializable, MetadataModelVisitable

See Also:
Serialized Form

Constructor Summary
OperationReferenceList()
           
OperationReferenceList(com.hp.hpl.jena.rdf.model.Model m, com.hp.hpl.jena.rdf.model.Resource r)
           
OperationReferenceList(OperationReference[] operationReference)
           
 
Method Summary
 Object accept(MetadataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 OperationReference[] getOperationReference()
          Gets the operationReference value for this OperationReferenceList.
 OperationReference getOperationReference(int i)
           
 int hashCode()
           
 void setOperationReference(int i, OperationReference _value)
           
 void setOperationReference(OperationReference[] operationReference)
          Sets the operationReference value for this OperationReferenceList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationReferenceList

public OperationReferenceList()

OperationReferenceList

public OperationReferenceList(OperationReference[] operationReference)

OperationReferenceList

public OperationReferenceList(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

getOperationReference

public OperationReference[] getOperationReference()
Gets the operationReference value for this OperationReferenceList.

Returns:
operationReference

setOperationReference

public void setOperationReference(OperationReference[] operationReference)
Sets the operationReference value for this OperationReferenceList.

Parameters:
operationReference -

getOperationReference

public OperationReference getOperationReference(int i)

setOperationReference

public void setOperationReference(int i,
                                  OperationReference _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(MetadataModelVisitor v)
Grimoires specific methods and constructors

Specified by:
accept in interface MetadataModelVisitable