|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Dictonary interface exposes operations dealing with named properties.
Method Summary | |
boolean |
getBooleanProperty(String key,
boolean value)
Return an boolean property value. |
int |
getIntegerProperty(String key,
int value)
Return an integer property value. |
String[] |
getLocalPropertyNames()
Return the local property names associated with the dictionary. |
String |
getProperty(String key)
Return a property value. |
String |
getProperty(String key,
String value)
Return a property value. |
String[] |
getPropertyNames()
Return the property names associated with the dictionary. |
String |
resolve(String value)
Evaluate and expand any symbolic references in the supplied value. |
Method Detail |
public String[] getPropertyNames()
public String[] getLocalPropertyNames()
public String getProperty(String key)
key
- the property key
public String getProperty(String key, String value)
key
- the property keyvalue
- the default value
public boolean getBooleanProperty(String key, boolean value)
key
- the property keyvalue
- the default value
public int getIntegerProperty(String key, int value)
key
- the property keyvalue
- the default value
public String resolve(String value)
value
- the value to resolve
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |