org.apache.qpid.configuration
Class QpidProperty.QpidBooleanProperty

java.lang.Object
  extended by org.apache.qpid.configuration.QpidProperty<Boolean>
      extended by org.apache.qpid.configuration.QpidProperty.QpidBooleanProperty
Enclosing class:
QpidProperty<T>

static class QpidProperty.QpidBooleanProperty
extends QpidProperty<Boolean>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.qpid.configuration.QpidProperty
QpidProperty.QpidBooleanProperty, QpidProperty.QpidIntProperty, QpidProperty.QpidLongProperty, QpidProperty.QpidStringProperty
 
Field Summary
 
Fields inherited from class org.apache.qpid.configuration.QpidProperty
accessor
 
Constructor Summary
QpidProperty.QpidBooleanProperty(Accessor accessor, Boolean defValue, String... names)
           
QpidProperty.QpidBooleanProperty(Boolean defValue, String... names)
           
 
Method Summary
protected  Boolean getByName(String name)
           
 
Methods inherited from class org.apache.qpid.configuration.QpidProperty
booleanProperty, booleanProperty, get, intProperty, intProperty, longProperty, longProperty, stringProperty, stringProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QpidProperty.QpidBooleanProperty

QpidProperty.QpidBooleanProperty(Boolean defValue,
                                 String... names)

QpidProperty.QpidBooleanProperty

QpidProperty.QpidBooleanProperty(Accessor accessor,
                                 Boolean defValue,
                                 String... names)
Method Detail

getByName

protected Boolean getByName(String name)
Specified by:
getByName in class QpidProperty<Boolean>


Licensed to the Apache Software Foundation