Class StartParameter


  • public class StartParameter
    extends Object
    Start Parameter
    API:
    This is a public API.
    • Constructor Detail

      • StartParameter

        public StartParameter​(String name,
                              String type)
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • Method Detail

      • name

        public String name()
        Returns the name of the start parameter.
        Returns:
        name
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • type

        public String type()
        Returns the full qualified type of the parameter.
        Returns:
        full qualified type
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • description

        public String description()
        Returns the description of the parameter.
        Returns:
        description
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • description

        public StartParameter description​(String description)
        Creates a new copy of this object with the given description.
        Parameters:
        description -
        Returns:
        start parameter
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.