org.apache.ws.jaxme.generator
public interface PropertySource
An instance of PropertySource (typically the Generator can be queried for properties.
Method Summary | |
---|---|
String | getProperty(String pName) Returns the given property value or null, if the property is not set. |
String | getProperty(String pName, String pDefault) Returns the given property value. |
void | setProperty(String pName, String pValue) Sets the given property value. |
Returns the given property value or null, if the property is not set.
Returns the given property value. If the property is not set, returns the given default value.
Sets the given property value.