org.apache.qpid.server.configuration
Class ConfigProperty.ReadWriteConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>

java.lang.Object
  extended by org.apache.qpid.server.configuration.ConfigProperty.ReadWriteConfigProperty<T,C,S>
All Implemented Interfaces:
ConfigProperty<T,C,S>
Direct Known Subclasses:
ConfigProperty.ReadOnlyConfigProperty
Enclosing interface:
ConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>

public abstract static class ConfigProperty.ReadWriteConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
extends Object
implements ConfigProperty<T,C,S>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.qpid.server.configuration.ConfigProperty
ConfigProperty.ReadOnlyConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>, ConfigProperty.ReadWriteConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
 
Constructor Summary
protected ConfigProperty.ReadWriteConfigProperty(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.qpid.server.configuration.ConfigProperty
clearValue, getValue, setValue
 

Constructor Detail

ConfigProperty.ReadWriteConfigProperty

protected ConfigProperty.ReadWriteConfigProperty(String name)
Method Detail

getName

public final String getName()
Specified by:
getName in interface ConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>


Licensed to the Apache Software Foundation