com.ibm.xdms.common
Interface AuidConfig
public interface AuidConfig
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
java.lang.String |
getAuid()
Returns the AUID for this configuration. |
java.lang.String |
getProperty(java.lang.String name)
Returns the value of a configuration property. |
COPYRIGHT
static final java.lang.String COPYRIGHT
getAuid
java.lang.String getAuid()
- Returns the AUID for this configuration.
- Returns:
- Returns the AUID for this configuration
getProperty
java.lang.String getProperty(java.lang.String name)
- Returns the value of a configuration property.
- Parameters:
name
- The name of the property.
- Returns:
- Returns the value of a configuration property.