Class IOParameter
java.lang.Object
fr.gouv.vitam.common.model.processing.IOParameter
IOParameter for action or step
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleangetUri()setOptional(boolean optional) Set the optional.setUri(ProcessingUri uri)
-
Constructor Details
-
IOParameter
public IOParameter()
-
-
Method Details
-
getName
- Returns:
- name
-
setName
- Parameters:
name- the value to set- Returns:
- this
-
getUri
- Returns:
- uri
-
getOptional
public boolean getOptional()- Returns:
- optional
-
setUri
- Parameters:
uri- the value to set- Returns:
- this
-
setOptional
Set the optional.- Parameters:
optional- the optional to set- Returns:
- this
-