public class BindingKey extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
BindingKey()
Construct a new initialized bindingKey instance.
|
BindingKey(java.lang.String keyValue)
Construct a new BindingKey with a given key value.
|
public BindingKey()
public BindingKey(java.lang.String keyValue)
keyValue
- The BindingKey of the new key value.public void setValue(java.lang.String newValue)
newValue
- The new key value for this BindingKey.public java.lang.String getValue()
Copyright ? 2003 Apache Software Foundation. All rights reserved.