Class VariableSpecification


  • public final class VariableSpecification
    extends Object
    Definition of a single variable for a Pipeline.
    • Constructor Detail

      • VariableSpecification

        public VariableSpecification()
    • Method Detail

      • getType

        public VariableType getType()
        Get the type property: Variable type.
        Returns:
        the type value.
      • setType

        public VariableSpecification setType​(VariableType type)
        Set the type property: Variable type.
        Parameters:
        type - the type value to set.
        Returns:
        the VariableSpecification object itself.
      • getDefaultValue

        public Object getDefaultValue()
        Get the defaultValue property: Default value of variable.
        Returns:
        the defaultValue value.
      • setDefaultValue

        public VariableSpecification setDefaultValue​(Object defaultValue)
        Set the defaultValue property: Default value of variable.
        Parameters:
        defaultValue - the defaultValue value to set.
        Returns:
        the VariableSpecification object itself.