org.apache.qpid.server.configuration
Class ConfigProperty.ReadWriteConfigProperty<T extends ConfigObjectType<T,C>,C extends ConfiguredObject<T,C>,S>
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigProperty.ReadWriteConfigProperty
protected ConfigProperty.ReadWriteConfigProperty(String name)
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