|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.parameters.ArgumentVector
public class ArgumentVector
A vector of objects that are to be interpeted as arguments by a ParameterSet
Constructor Summary | |
---|---|
ArgumentVector()
Constructor with no arguments. |
|
ArgumentVector(java.lang.Object argument0)
Constructor with one argument. |
|
ArgumentVector(java.lang.Object argument0,
java.lang.Object argument1)
Constructor with two arguments. |
|
ArgumentVector(java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2)
Constructor with three arguments. |
|
ArgumentVector(java.lang.Object argument0,
java.lang.Object argument1,
java.lang.Object argument2,
java.lang.Object argument3)
Constructor with four arguments. |
Method Summary | |
---|---|
void |
addArg(java.lang.Object object)
|
java.util.Enumeration |
elements()
Returns an enumeration of the elements in the ArgumentVector. |
java.lang.Object |
get(int index)
Returns a particular argument. |
java.util.Vector |
getVectorCopy()
Get a copy of the elements in the ArgumentVector as a Vector. |
ArgumentVector |
intern()
|
ArgumentVector |
makeCopy()
Make a shallow copy of the ArgumentVector. |
void |
remove(int index)
Remove an argument. |
java.lang.StringBuffer |
render()
Render the argument vector to a StringBuffer. |
void |
replaceArg(int index,
java.lang.Object argument)
Replace an argument. |
int |
size()
Return the number of arguments in the ArgumentVector. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgumentVector()
public ArgumentVector(java.lang.Object argument0) throws Scheherexception
Scheherexception
public ArgumentVector(java.lang.Object argument0, java.lang.Object argument1) throws Scheherexception
Scheherexception
public ArgumentVector(java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2) throws Scheherexception
Scheherexception
public ArgumentVector(java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3) throws Scheherexception
Scheherexception
Method Detail |
---|
public void addArg(java.lang.Object object) throws Scheherexception
Scheherexception
public int size()
public java.util.Enumeration elements()
public java.util.Vector getVectorCopy()
public ArgumentVector makeCopy()
public java.lang.Object get(int index) throws Scheherexception
Scheherexception
public void remove(int index) throws Scheherexception
Scheherexception
public void replaceArg(int index, java.lang.Object argument) throws Scheherexception
Scheherexception
public java.lang.StringBuffer render() throws Scheherexception
render
in interface RenderableObject
Scheherexception
public ArgumentVector intern() throws Scheherexception
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |