|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.ia.opview.xml.OperatorGroup
public class OperatorGroup
Class OperatorGroup.
Constructor Summary | |
---|---|
OperatorGroup()
|
Method Summary | |
---|---|
void |
addOperatorGroupItem(int index,
OperatorGroupItem vOperatorGroupItem)
|
void |
addOperatorGroupItem(OperatorGroupItem vOperatorGroupItem)
|
java.util.Enumeration<? extends OperatorGroupItem> |
enumerateOperatorGroupItem()
Method enumerateOperatorGroupItem. |
java.lang.String |
getName()
Returns the value of field 'name'. |
OperatorGroupItem[] |
getOperatorGroupItem()
Method getOperatorGroupItem.Returns the contents of the collection in an Array. |
OperatorGroupItem |
getOperatorGroupItem(int index)
Method getOperatorGroupItem. |
int |
getOperatorGroupItemCount()
Method getOperatorGroupItemCount. |
boolean |
isValid()
Method isValid. |
java.util.Iterator<? extends OperatorGroupItem> |
iterateOperatorGroupItem()
Method iterateOperatorGroupItem. |
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
void |
removeAllOperatorGroupItem()
|
boolean |
removeOperatorGroupItem(OperatorGroupItem vOperatorGroupItem)
Method removeOperatorGroupItem. |
OperatorGroupItem |
removeOperatorGroupItemAt(int index)
Method removeOperatorGroupItemAt. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setOperatorGroupItem(int index,
OperatorGroupItem vOperatorGroupItem)
|
void |
setOperatorGroupItem(OperatorGroupItem[] vOperatorGroupItemArray)
|
static OperatorGroup |
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 OperatorGroup()
Method Detail |
---|
public void addOperatorGroupItem(OperatorGroupItem vOperatorGroupItem) throws java.lang.IndexOutOfBoundsException
vOperatorGroupItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addOperatorGroupItem(int index, OperatorGroupItem vOperatorGroupItem) throws java.lang.IndexOutOfBoundsException
index
- vOperatorGroupItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic java.util.Enumeration<? extends OperatorGroupItem> enumerateOperatorGroupItem()
public java.lang.String getName()
public OperatorGroupItem getOperatorGroupItem(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic OperatorGroupItem[] getOperatorGroupItem()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public int getOperatorGroupItemCount()
public boolean isValid()
public java.util.Iterator<? extends OperatorGroupItem> iterateOperatorGroupItem()
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 removeAllOperatorGroupItem()
public boolean removeOperatorGroupItem(OperatorGroupItem vOperatorGroupItem)
vOperatorGroupItem
-
public OperatorGroupItem removeOperatorGroupItemAt(int index)
index
-
public void setName(java.lang.String name)
name
- the value of field 'name'.public void setOperatorGroupItem(int index, OperatorGroupItem vOperatorGroupItem) throws java.lang.IndexOutOfBoundsException
index
- vOperatorGroupItem
-
java.lang.IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setOperatorGroupItem(OperatorGroupItem[] vOperatorGroupItemArray)
vOperatorGroupItemArray
- public static OperatorGroup 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 |