|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface NotesBEDocument
An Object that provides access to change and add information to a Notes back-end document.
| Method Summary | |
|---|---|
Calendar |
getItemCalendar(String name)
Return the value as a Calendar for the given item. |
double |
getItemDouble(String name)
Return the value as a Double for the given item. |
int |
getItemInteger(String name)
Return the value as an Integer for the given item. |
List |
getItemList(String name)
Return the values as a List for the given item. |
String |
getItemString(String name)
Return the values as a String for the given item. |
boolean |
hasItem(String name)
Returns true if the item exists on the document. |
void |
removeItem(String name)
Remove the item with the given name from the document. |
void |
setItemValue(String name,
Object value)
Replaces all items of the specified name with one new item, which is assigned the specified value. |
| Method Detail |
|---|
void removeItem(String name)
name - name of item to remove
void setItemValue(String name,
Object value)
name - the item namevalue - value to set, the following value types will be created from the noted Objects:List getItemList(String name)
name - name of item
boolean hasItem(String name)
name - name of the item
String getItemString(String name)
name - name of the item
double getItemDouble(String name)
name - name of the item
int getItemInteger(String name)
name - name of the item
Calendar getItemCalendar(String name)
name - name of the item
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||