|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mars_sim.msp.config.model.mineral.MineralConcentrations
public class MineralConcentrations
Class MineralConcentrations.
| Constructor Summary | |
|---|---|
MineralConcentrations()
|
|
| Method Summary | |
|---|---|
void |
addMineral(int index,
Mineral vMineral)
|
void |
addMineral(Mineral vMineral)
|
Enumeration<? extends Mineral> |
enumerateMineral()
Method enumerateMineral. |
Mineral[] |
getMineral()
Method getMineral.Returns the contents of the collection in an Array. |
Mineral |
getMineral(int index)
Method getMineral. |
int |
getMineralCount()
Method getMineralCount. |
boolean |
isValid()
Method isValid. |
Iterator<? extends Mineral> |
iterateMineral()
Method iterateMineral. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllMineral()
|
boolean |
removeMineral(Mineral vMineral)
Method removeMineral. |
Mineral |
removeMineralAt(int index)
Method removeMineralAt. |
void |
setMineral(int index,
Mineral vMineral)
|
void |
setMineral(Mineral[] vMineralArray)
|
static MineralConcentrations |
unmarshal(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 MineralConcentrations()
| Method Detail |
|---|
public void addMineral(Mineral vMineral)
throws IndexOutOfBoundsException
vMineral -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addMineral(int index,
Mineral vMineral)
throws IndexOutOfBoundsException
index - vMineral -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration<? extends Mineral> enumerateMineral()
public Mineral getMineral(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Mineral[] getMineral()
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 getMineralCount()
public boolean isValid()
public Iterator<? extends Mineral> iterateMineral()
public void marshal(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 schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
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 removeAllMineral()
public boolean removeMineral(Mineral vMineral)
vMineral -
public Mineral removeMineralAt(int index)
index -
public void setMineral(int index,
Mineral vMineral)
throws IndexOutOfBoundsException
index - vMineral -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setMineral(Mineral[] vMineralArray)
vMineralArray -
public static MineralConcentrations unmarshal(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 schema
public 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 | |||||||||