public class ContentTypePropertyCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
ContentTypeProperty | get(int index) | |
Gets the content type property by the specific index.
|
||
ContentTypeProperty | get(java.lang.String name) | |
Gets the content type property by the property name.
|
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | |
Reserved for internal use. |
||
int | add(java.lang.String name, java.lang.String value) | |
Adds content type property information.
|
||
int | add(java.lang.String name, java.lang.String value, java.lang.String type) | |
Adds content type property information.
|
||
void | clear() | |
boolean | contains(java.lang.Object value) | |
Reserved for internal use. |
||
int | indexOf(java.lang.Object value) | |
Reserved for internal use. |
||
java.util.Iterator | iterator() | |
void | removeAt(int index) | |
public int getCount()
public ContentTypeProperty get(int index)
index
- The index.public ContentTypeProperty get(java.lang.String name)
name
- The property name.public int add(java.lang.String name, java.lang.String value)
name
- The name of the content type property.value
- The value of the content type property.public int add(java.lang.String name, java.lang.String value, java.lang.String type)
name
- The name of the content type property.value
- The value of the content type property.type
- The type of the content type property.public void clear()
public void removeAt(int index)
public java.util.Iterator iterator()
public boolean contains(java.lang.Object value)
public int add(java.lang.Object value)
public int indexOf(java.lang.Object value)