addValue
public void addValue(int index,
Value vValue)
throws java.lang.IndexOutOfBoundsException
addValue
public void addValue(Value vValue)
throws java.lang.IndexOutOfBoundsException
enumerateValue
public java.util.Enumeration enumerateValue()
Method enumerateValue.
- an Enumeration over all
org.exolab.castor.tests.framework.testDescriptor.Value
elements
getName
public java.lang.String getName()
Returns the value of field 'name'.
- the value of field 'Name'.
getValue
public Value[] getValue()
Method getValue.Returns the contents of the collection in an
Array.
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.
- this collection as an Array
getValue
public Value getValue(int index)
throws java.lang.IndexOutOfBoundsException
Method getValue.
- the value of the
org.exolab.castor.tests.framework.testDescriptor.Value at
the given index
getValueCount
public int getValueCount()
Method getValueCount.
- the size of this collection
isValid
public boolean isValid()
Method isValid.
- true if this object is valid according to the schema
removeAllValue
public void removeAllValue()
removeValue
public boolean removeValue(Value vValue)
Method removeValue.
- true if the object was removed from the collection.
removeValueAt
public Value removeValueAt(int index)
Method removeValueAt.
- the element removed from the collection
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.
name
- the value of field 'name'.
setValue
public void setValue(int index,
Value vValue)
throws java.lang.IndexOutOfBoundsException
setValue
public void setValue(Value[] vValueArray)