| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.blm.SSMProviderConfigElement
Configuration Element object
| Constructor Summary | |
| SSMProviderConfigElement()Constructs an empty Configuration Element object. | |
| Method Summary | |
| static java.lang.String | decodeAttributeName(java.lang.String attributeName)Decode a mangled attribute name so it matches how it's presented in the MDF. | 
|  java.lang.String | getName()Return the name of the given configuration element. | 
|  java.lang.String | getValue()Return the value of the given configuration element. | 
|  java.lang.String[] | getValueList()Return the list representation of the value. | 
|  boolean | isList()Specifies whether this particular attribute is a list attribute or not. | 
|  void | setName(java.lang.String name)Set the name of the configuration element. | 
|  void | setValue(java.lang.String value)Set the value of the configuration element. | 
|  void | setValue(java.lang.String[] valuelist)Set the list value of the configuration element. | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public SSMProviderConfigElement()
| Method Detail | 
public static java.lang.String decodeAttributeName(java.lang.String attributeName)
attributeName - The attribute to manglepublic java.lang.String getName()
public java.lang.String getValue()
public java.lang.String[] getValueList()
public boolean isList()
public void setName(java.lang.String name)
             throws BadParameterException
name - The name of the configuration element.
BadParameterException
public void setValue(java.lang.String value)
              throws BadParameterException
value - The string representation of the value to set.
BadParameterException
public void setValue(java.lang.String[] valuelist)
              throws BadParameterException
valuelist - The list of values to set.
BadParameterException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||