cgl.hpsearch.shell.flow
Class PropertyArray
java.lang.Object
org.mozilla.javascript.ScriptableObject
cgl.hpsearch.shell.flow.PropertyArray
- All Implemented Interfaces:
- Scriptable, Serializable
- public class PropertyArray
- extends ScriptableObject
- See Also:
- Serialized Form
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyArray
public PropertyArray()
setArrayOfClass
public void setArrayOfClass(Class c,
String s)
getClassName
public String getClassName()
get
public Object get(int index,
Scriptable start)
put
public void put(int index,
Scriptable start,
Object value)
putInVector
public void putInVector(Object value)
getList
public Vector getList()