Class InputParameterDescription
java.lang.Object
de.fraunhofer.iese.mydata.common.MyDataEntity
de.fraunhofer.iese.mydata.component.information.method.InputParameterDescription
The Class InputParameterDescription is used by different component as PXP, PIP, PEP and others to
specify
MethodInterfaceDescription
at the time of registration at PMP.-
Constructor Summary
ConstructorDescriptionInputParameterDescription
(String name, String description, boolean mandatory, Class<?> clazz) Instantiates a new input parameter description.InputParameterDescription
(String name, String description, boolean mandatory, Type type, Class<?> clazz) Instantiates a new input parameter description.InputParameterDescription
(String name, String description, Class<?> type) Instantiates a new input parameter description. -
Method Summary
Methods inherited from class de.fraunhofer.iese.mydata.common.MyDataEntity
fromJson, getGson, getGson, toJson, toString, validate, validateAndNullCheck
-
Constructor Details
-
InputParameterDescription
Instantiates a new input parameter description.- Parameters:
name
- the name of the parameterdescription
- the description of the parametertype
- the type of the parameter
-
InputParameterDescription
public InputParameterDescription(String name, String description, boolean mandatory, Class<?> clazz) Instantiates a new input parameter description.- Parameters:
name
- the name of the parameterdescription
- the description of the parametermandatory
- indication a parameter that is mandatoryclazz
- the clazz of the parameter
-
InputParameterDescription
public InputParameterDescription(String name, String description, boolean mandatory, Type type, Class<?> clazz) Instantiates a new input parameter description.- Parameters:
name
- the namedescription
- the descriptionmandatory
- the mandatorytype
- the typeclazz
- the clazz
-
-
Method Details