Class ConfigurationParameterBooleanImpl

  • All Implemented Interfaces:
    java.io.Serializable, org.ikasan.spec.configuration.ConfigurationParameter<java.lang.Boolean>

    public class ConfigurationParameterBooleanImpl
    extends AbstractComponentParameter<java.lang.Boolean>
    implements java.io.Serializable
    Boolean based configuration parameter.
    Author:
    Ikasan Development Team
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationParameterBooleanImpl

        public ConfigurationParameterBooleanImpl​(java.lang.String name,
                                                 java.lang.Boolean value)
        Constructor
        Parameters:
        name -
        value -
      • ConfigurationParameterBooleanImpl

        public ConfigurationParameterBooleanImpl​(java.lang.String name,
                                                 java.lang.Boolean value,
                                                 java.lang.String description)
        Constructor
        Parameters:
        name -
        value - - defaults to FALSE if null
        description -
      • ConfigurationParameterBooleanImpl

        protected ConfigurationParameterBooleanImpl()
        Constructor