|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public Properties
Interface defines functions to iterates , updates and persist Properties.
| Method Summary | |
|---|---|
String |
getItemValue(String itemName,
String locale)
This method returns the value of the required item |
String[] |
getAllNames()
This method returns an array of Strings,providing the name of each item. |
String[] |
getItemLocales(String itemName)
This methods returns the locales for the item specified by itemName |
Boolean |
isReadOnly(String itemName)
This method allows the caller to check whether a specific item is readOnly or not. |
| Method Detail |
|---|
String getItemValue(String itemName,
String locale)
itemName -
name of the item.Must never be NULL.locale -
the locale of the value to fetch. if locale isn't defined, the DEFAULT_LOCALE will be used
String[] getAllNames()
String[] getItemLocales(String itemName)
itemName
itemName -
the name of the item for which do get the locales.
Boolean isReadOnly(String itemName)
itemName -
the item name of the item to check readOnly
true if the item exists and is read only, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||