|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.ia.opview.xml.Connections
public class Connections
Class Connections.
Constructor Summary | |
---|---|
Connections()
|
Method Summary | |
---|---|
void |
deleteAllowedInputs()
|
void |
deleteAllowedOutputs()
|
void |
deleteRequiredInputs()
|
int |
getAllowedInputs()
Returns the value of field 'allowedInputs'. |
int |
getAllowedOutputs()
Returns the value of field 'allowedOutputs'. |
int |
getRequiredInputs()
Returns the value of field 'requiredInputs'. |
boolean |
hasAllowedInputs()
Method hasAllowedInputs. |
boolean |
hasAllowedOutputs()
Method hasAllowedOutputs. |
boolean |
hasRequiredInputs()
Method hasRequiredInputs. |
boolean |
isValid()
Method isValid. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
setAllowedInputs(int allowedInputs)
Sets the value of field 'allowedInputs'. |
void |
setAllowedOutputs(int allowedOutputs)
Sets the value of field 'allowedOutputs'. |
void |
setRequiredInputs(int requiredInputs)
Sets the value of field 'requiredInputs'. |
static Connections |
unmarshal(java.io.Reader reader)
Method unmarshal. |
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Connections()
Method Detail |
---|
public void deleteAllowedInputs()
public void deleteAllowedOutputs()
public void deleteRequiredInputs()
public int getAllowedInputs()
public int getAllowedOutputs()
public int getRequiredInputs()
public boolean hasAllowedInputs()
public boolean hasAllowedOutputs()
public boolean hasRequiredInputs()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
- if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setAllowedInputs(int allowedInputs)
allowedInputs
- the value of field 'allowedInputs'.public void setAllowedOutputs(int allowedOutputs)
allowedOutputs
- the value of field 'allowedOutputs'.public void setRequiredInputs(int requiredInputs)
requiredInputs
- the value of field 'requiredInputs'.public static Connections unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schema
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |