Class ConfigurationParameterLongImpl

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

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

      • ConfigurationParameterLongImpl

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

        public ConfigurationParameterLongImpl​(java.lang.String name,
                                              java.lang.Long value,
                                              java.lang.String description)
        Constructor
        Parameters:
        name -
        value -
        description -
      • ConfigurationParameterLongImpl

        protected ConfigurationParameterLongImpl()
        Constructor