clear() |
(none) |
clear the list
|
getBoolean(index) |
Boolean |
get the value of an item of type boolean
|
getClass(index) |
Number |
get the value of an item of type class
|
getDouble(index) |
Number |
get the value of an item of type double
|
getEnumerationType(index) |
Number |
get the enumeration type of an item
|
getEnumerationValue(index) |
Number |
get the enumeration value of an item
|
getInteger(index) |
Number |
get the value of an item of type integer
|
getList(index) |
ActionList |
get the value of an item of type list
|
getObjectType(index) |
Number |
get the class ID of an object in an item of type object
|
getObjectValue(index) |
ActionDescriptor |
get the value of an item of type object
|
getPath(index) |
File |
get the value of an item of type Alias
|
getReference(index) |
ActionReference |
get the value of an item of type ActionReference
|
getString(index) |
String |
get the value of an item of type string
|
getType(index) |
DescValueType |
get the type of an item
|
getUnitDoubleType(index) |
Number |
get the unit type of an item of type UnitDouble
|
getUnitDoubleValue(index) |
Number |
get the value of anm item of type UnitDouble
|
putBoolean(value) |
(none) |
|
putClass(value) |
(none) |
|
putDouble(value) |
(none) |
|
putEnumerated(enumType,value) |
(none) |
|
putInteger(value) |
(none) |
|
putList(value) |
(none) |
|
putObject(classID,value) |
(none) |
|
putPath(value) |
(none) |
|
putReference(value) |
(none) |
|
putString(value) |
(none) |
|
putUnitDouble(unitID,value) |
(none) |
|