CustomPropertyCollection
Contents
[
Hide
]CustomPropertyCollection class
A collection of CustomProperty objects that represent additional information.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | CustomProperty | Gets the custom property by the specific index. |
| Item (java.lang.String) | CustomProperty | Gets the custom property by the property name. |
Methods
| Name | Description |
|---|---|
| add | Adds custom property information. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
CustomPropertyCollection.Count property
Type: int
CustomPropertyCollection.Item (int) property
Gets the custom property by the specific index.
Type: CustomProperty
CustomPropertyCollection.Item (java.lang.String) property
Gets the custom property by the property name.
Type: CustomProperty
add(name, value) (1 of 2)
Adds custom property information.
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the custom property. |
| value | String | The value of the custom property. |
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.