|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomDocumentProperties
Summary description for ICustomDocumentProperties.
Method Summary | |
---|---|
void |
add(java.lang.String strName,
boolean value)
Adds element to the collection. |
void |
add(java.lang.String strName,
java.util.Date value)
Adds element to the collection. |
void |
add(java.lang.String strName,
double value)
Adds element to the collection. |
void |
add(java.lang.String strName,
int value)
Adds element to the collection. |
void |
add(java.lang.String strName,
java.lang.String value)
Adds element to the collection. |
void |
clear()
Removes all elements from the collection. |
boolean |
contains(java.lang.String strName)
Checks whether collection contains property with specified name. |
IDocumentProperty |
get(int iIndex)
Returns single entry from the collection. |
IDocumentProperty |
get(java.lang.String strName)
Returns single entry from the collection. |
int |
getCount()
Returns number of elements in the collection. |
void |
remove(java.lang.String strName)
Removes specified object from the collection. |
Method Detail |
---|
IDocumentProperty get(java.lang.String strName)
IDocumentProperty get(int iIndex)
int getCount()
void remove(java.lang.String strName)
strName
- Property name.boolean contains(java.lang.String strName)
strName
- Name to check.void clear()
void add(java.lang.String strName, java.lang.String value)
strName
- Property name to addvalue
- Property value.void add(java.lang.String strName, boolean value)
strName
- Property name to add.value
- Property Value.void add(java.lang.String strName, java.util.Date value)
strName
- Property name to add.value
- Property value.void add(java.lang.String strName, int value)
strName
- Property name to add.value
- Property value.void add(java.lang.String strName, double value)
strName
- Property name to add.value
- Property value.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |