Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the content type property by the specific index.
|
||
function | get(name) | |
Gets the content type property by the property name.
|
Method Summary | ||
---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | add(name, value) | |
Adds content type property information.
|
||
function | add(name, value, type) | |
Adds content type property information.
|
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
index
- The index.function get(name)
name
- The property name.function add(name, value)
name: String
- The name of the content type property.value: String
- The value of the content type property.function add(name, value, type)
name: String
- The name of the content type property.value: String
- The value of the content type property.type: String
- The type of the content type property.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)