|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of PropertySource (typically the Generator
can be queried for properties.
Method Summary | |
java.lang.String |
getProperty(java.lang.String pName)
Returns the given property value or null, if the property is not set. |
java.lang.String |
getProperty(java.lang.String pName,
java.lang.String pDefault)
Returns the given property value. |
void |
setProperty(java.lang.String pName,
java.lang.String pValue)
Sets the given property value. |
Method Detail |
public java.lang.String getProperty(java.lang.String pName)
Returns the given property value or null, if the property is not set.
public java.lang.String getProperty(java.lang.String pName, java.lang.String pDefault)
Returns the given property value. If the property is not set, returns the given default value.
public void setProperty(java.lang.String pName, java.lang.String pValue)
Sets the given property value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |