Class ConfigurationParameterBooleanImpl
- java.lang.Object
-
- org.ikasan.configurationService.model.AbstractComponentParameter<java.lang.Boolean>
-
- org.ikasan.configurationService.model.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
-
-
Field Summary
-
Fields inherited from class org.ikasan.configurationService.model.AbstractComponentParameter
description, id, name, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedConfigurationParameterBooleanImpl()ConstructorConfigurationParameterBooleanImpl(java.lang.String name, java.lang.Boolean value)ConstructorConfigurationParameterBooleanImpl(java.lang.String name, java.lang.Boolean value, java.lang.String description)Constructor
-
Method Summary
-
Methods inherited from class org.ikasan.configurationService.model.AbstractComponentParameter
equals, equalsOrNull, getDescription, getId, getName, getValue, hashCode, setDescription, setId, setName, setValue
-
-
-
-
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 nulldescription-
-
ConfigurationParameterBooleanImpl
protected ConfigurationParameterBooleanImpl()
Constructor
-
-