Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.generator
Interface PropertySource  view PropertySource download PropertySource.java

All Known Subinterfaces:
Generator

public interface PropertySource

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

getProperty

public java.lang.String getProperty(java.lang.String pName)

Returns the given property value or null, if the property is not set.


getProperty

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.


setProperty

public void setProperty(java.lang.String pName,
                        java.lang.String pValue)

Sets the given property value.