|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.biocase.protocol.ProtocolType nbi.xmlsec.biocase.protocol.Operator
Abstract base class for the BioCASE protocol treeElements operator(filter) type.
Field Summary | |
(package private) String |
type
operator type |
Fields inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
protocolURI |
Constructor Summary | |
Operator(String protocolURI,
String type)
Inits this instance. |
Method Summary | |
String |
getType()
Gets the type |
void |
setType(String type)
Sets type |
String |
toString()
|
abstract void |
write(ContentHandler out)
Writes the Operation type to a SAX Stream. |
Methods inherited from class nbi.xmlsec.biocase.protocol.ProtocolType |
getProtocolURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
String type
Constructor Detail |
public Operator(String protocolURI, String type)
protocolURI
- The protocol version of this instance.Method Detail |
public abstract void write(ContentHandler out) throws SAXException
out
- ContentHandler
to write to.
SAXException
public String toString()
public String getType()
public void setType(String type)
type
- The type to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |