Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the custom property by the specific index.
|
||
method | get(name) | |
Gets the custom property by the property name.
|
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | add(name, value) | |
Adds custom property information.
|
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
int getCount()
CustomProperty get(index)
index
- The index.CustomProperty get(name)
name
- The property name.int add(name, value)
name: String
- The name of the custom property.value: String
- The value of the custom property.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)