public class Rrd extends Object implements Serializable
Constructor and Description |
---|
Rrd() |
Modifier and Type | Method and Description |
---|---|
void |
addRra(int index,
String vRra) |
void |
addRra(String vRra) |
Enumeration<String> |
enumerateRra()
Method enumerateRra.
|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String[] |
getRra()
Method getRra.Returns the contents of the collection in an
Array.
|
String |
getRra(int index)
Method getRra.
|
List<String> |
getRraCollection()
Method getRraCollection.Returns a reference to '_rraList'.
|
int |
getRraCount()
Method getRraCount.
|
Integer |
getStep()
Returns the value of field 'step'.
|
Iterator<String> |
iterateRra()
Method iterateRra.
|
void |
removeAllRra() |
boolean |
removeRra(String vRra)
Method removeRra.
|
String |
removeRraAt(int index)
Method removeRraAt.
|
void |
setRra(int index,
String vRra) |
void |
setRra(List<String> vRraList)
Sets the value of '_rraList' by copying the given Vector.
|
void |
setRra(String[] vRraArray) |
void |
setStep(int step)
Sets the value of field 'step'.
|
public void addRra(String vRra) throws IndexOutOfBoundsException
vRra
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addRra(int index, String vRra) throws IndexOutOfBoundsException
index
- vRra
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Enumeration<String> enumerateRra()
public boolean equals(Object obj)
public String getRra(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic String[] getRra()
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 List<String> getRraCollection()
public int getRraCount()
public Integer getStep()
public Iterator<String> iterateRra()
public void removeAllRra()
public boolean removeRra(String vRra)
vRra
- public String removeRraAt(int index)
index
- public void setRra(int index, String vRra) throws IndexOutOfBoundsException
index
- vRra
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setRra(String[] vRraArray)
vRraArray
- public void setRra(List<String> vRraList)
vRraList
- the Vector to copy.public void setStep(int step)
step
- the value of field 'step'.Copyright © 2021. All rights reserved.