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