Class IflowConfigurationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class IflowConfigurationModel
    extends ItemModel
    Generated model class for type IflowConfiguration first defined at extension scpiconnector.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • IFLOWKEY

        public static final java.lang.String IFLOWKEY
        Generated constant - Attribute key of IflowConfiguration.iflowKey attribute defined at extension scpiconnector.
        See Also:
        Constant Field Values
      • IFLOWURL

        public static final java.lang.String IFLOWURL
        Generated constant - Attribute key of IflowConfiguration.iflowUrl attribute defined at extension scpiconnector.
        See Also:
        Constant Field Values
    • Constructor Detail

      • IflowConfigurationModel

        public IflowConfigurationModel()
        Generated constructor - Default constructor for generic creation.
      • IflowConfigurationModel

        public IflowConfigurationModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • IflowConfigurationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public IflowConfigurationModel​(ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getIflowKey

        @Accessor(qualifier="iflowKey",
                  type=GETTER)
        public java.lang.String getIflowKey()
        Generated method - Getter of the IflowConfiguration.iflowKey attribute defined at extension scpiconnector.
        Returns:
        the iflowKey - The Key of the Iflow.
      • getIflowUrl

        @Accessor(qualifier="iflowUrl",
                  type=GETTER)
        public java.lang.String getIflowUrl()
        Generated method - Getter of the IflowConfiguration.iflowUrl attribute defined at extension scpiconnector.
        Returns:
        the iflowUrl - The URL of the Iflow
      • setIflowKey

        @Accessor(qualifier="iflowKey",
                  type=SETTER)
        public void setIflowKey​(java.lang.String value)
        Generated method - Setter of IflowConfiguration.iflowKey attribute defined at extension scpiconnector.
        Parameters:
        value - the iflowKey - The Key of the Iflow.
      • setIflowUrl

        @Accessor(qualifier="iflowUrl",
                  type=SETTER)
        public void setIflowUrl​(java.lang.String value)
        Generated method - Setter of IflowConfiguration.iflowUrl attribute defined at extension scpiconnector.
        Parameters:
        value - the iflowUrl - The URL of the Iflow