|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FeaturesAndProperties
Provides access to properties and features.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Get the immutable property map. |
java.lang.Object |
getProperty(java.lang.String name)
Get the value of the property with a given name. |
boolean |
isProperty(java.lang.String name)
Get the value of the property with a given name converted to Java boolean type. |
| Method Detail |
|---|
java.lang.Object getProperty(java.lang.String name)
name - property name.
boolean isProperty(java.lang.String name)
false if the value is not convertible.
name - property name.
false if the property is not
convertible.java.util.Map<java.lang.String,java.lang.Object> getProperties()
map of properties.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||