Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the content type property by the specific index.
|
||
method | get(name) | |
Gets the content type property by the property name.
|
Method Summary | ||
---|---|---|
method | add(value) | |
Reserved for internal use. |
||
method | add(name, value) | |
Adds content type property information.
|
||
method | add(name, value, type) | |
Adds content type 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()
ContentTypeProperty get(index)
index
- The index.ContentTypeProperty get(name)
name
- The property name.int add(name, value)
name: String
- The name of the content type property.value: String
- The value of the content type property.int 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.clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)