Package nz.org.riskscape.engine.pipeline
Class PipelineParameter
java.lang.Object
nz.org.riskscape.engine.pipeline.PipelineParameter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()getValue()booleaninthashCode()static PipelineParametertoString()withDescription(String newDescription) withValue(Expression newValue)
-
Field Details
-
NO_DESCRIPTION
- See Also:
-
NO_VALUE
-
-
Constructor Details
-
PipelineParameter
-
-
Method Details
-
named
-
withValue
-
withDescription
-
hasDefaultValue
public boolean hasDefaultValue()- Returns:
- true if the value has been set with something other than NONE_SET
-
getName
-
getDescription
-
getValue
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-