public class SubtaskIndexPathParameter extends MessagePathParameter<Integer>
MessageParameter.MessageParameterRequisiteness
Constructor and Description |
---|
SubtaskIndexPathParameter() |
Modifier and Type | Method and Description |
---|---|
protected Integer |
convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(Integer value)
Converts the given value to its string representation.
|
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
public static final String KEY
protected Integer convertFromString(String value) throws ConversionException
MessageParameter
convertFromString
in class MessageParameter<Integer>
value
- string representation of parameter valueConversionException
protected String convertToString(Integer value)
MessageParameter
convertToString
in class MessageParameter<Integer>
value
- parameter valueCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.