@Deprecated public class Parms extends Object implements Serializable
Constructor and Description |
---|
Parms()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addParm(int index,
Parm vParm)
Deprecated.
|
void |
addParm(Parm vParm)
Deprecated.
|
Enumeration<Parm> |
enumerateParm()
Deprecated.
Method enumerateParm.
|
Parm[] |
getParm()
Deprecated.
Method getParm.Returns the contents of the collection in an
Array.
|
Parm |
getParm(int index)
Deprecated.
Method getParm.
|
List<Parm> |
getParmCollection()
Deprecated.
This entire class has been deprecated. Use Event.getParmCollection instead
|
int |
getParmCount()
Deprecated.
Method getParmCount.
|
Iterator<Parm> |
iterateParm()
Deprecated.
Method iterateParm.
|
void |
removeAllParm()
Deprecated.
|
boolean |
removeParm(Parm vParm)
Deprecated.
Method removeParm.
|
Parm |
removeParmAt(int index)
Deprecated.
Method removeParmAt.
|
void |
setParm(int index,
Parm vParm)
Deprecated.
|
void |
setParm(List<Parm> vParmList)
Deprecated.
Sets the value of '_parmList' by copying the given Vector.
|
void |
setParm(Parm[] vParmArray)
Deprecated.
|
void |
setParmCollection(List<Parm> parmList)
Deprecated.
|
String |
toString()
Deprecated.
|
public void addParm(Parm vParm) throws IndexOutOfBoundsException
vParm
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void addParm(int index, Parm vParm) throws IndexOutOfBoundsException
index
- vParm
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Enumeration<Parm> enumerateParm()
public Parm getParm(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic Parm[] getParm()
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<Parm> getParmCollection()
public int getParmCount()
public Iterator<Parm> iterateParm()
public void removeAllParm()
public boolean removeParm(Parm vParm)
vParm
- public Parm removeParmAt(int index)
index
- public void setParm(int index, Parm vParm) throws IndexOutOfBoundsException
index
- vParm
- IndexOutOfBoundsException
- if the index
given is outside the bounds of the collectionpublic void setParm(Parm[] vParmArray)
vParmArray
- public void setParm(List<Parm> vParmList)
vParmList
- the Vector to copy.public void setParmCollection(List<Parm> parmList)
parmList
- the Vector to set.Copyright © 2021. All rights reserved.