com.silverpeas.workflow.api.model
Interface Parameter

All Known Implementing Classes:
ParameterImpl

public interface Parameter

Interface describing a representation of the <parameter> element of a Process Model.


Method Summary
 String getName()
          Get the name of the Parameter
 String getValue()
          Get the value of the Parameter
 void setName(String name)
          Set the name of the Parameter
 void setValue(String value)
          Set the value of the Parameter
 

Method Detail

getName

String getName()
Get the name of the Parameter

Returns:
parameter's name

setName

void setName(String name)
Set the name of the Parameter

Parameters:
parameter - 's name

getValue

String getValue()
Get the value of the Parameter

Returns:
parameter's value

setValue

void setValue(String value)
Set the value of the Parameter

Parameters:
parameter - 's value


Copyright © 2016 Silverpeas. All Rights Reserved.