|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWebiDocProperties
Collections of IWebiDocProperty
| Method Summary | |
|---|---|
IWebiDocProperty |
add(java.lang.String name)
Adds a new property, if there is no other property which same name, otherwise returns the existing property. |
void |
clear()
Deletes all elements handled by this collection. |
int |
count()
Returns number of IWebiDocProperty handled by this collection. |
void |
delete(int index)
Deletes element at given index. |
IWebiDocProperty |
item(int index)
Retrieves property by its index. |
IWebiDocProperty |
itemByName(java.lang.String name)
Retrieves property by its name. |
| Method Detail |
|---|
int count()
IWebiDocProperty handled by this collection.
IWebiDocProperty item(int index)
index - of element to reach.
IWebiDocProperty or null, if there is no property for this index.IWebiDocProperty itemByName(java.lang.String name)
name - of element to reach
IWebiDocProperty or null, if there is no property for this index.IWebiDocProperty add(java.lang.String name)
name - property name to add
void delete(int index)
index - of element to deletevoid clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||