public class OperatorIDPathParameter extends MessagePathParameter<OperatorID>
MessageParameter.MessageParameterRequisiteness| Constructor and Description |
|---|
OperatorIDPathParameter() |
| Modifier and Type | Method and Description |
|---|---|
protected OperatorID |
convertFromString(String value)
Converts the given string to a valid value of this parameter.
|
protected String |
convertToString(OperatorID value)
Converts the given value to its string representation.
|
String |
getDescription()
Returns a description for REST API HTML documentation.
|
getKey, getValue, isMandatory, isResolved, resolve, resolveFromStringpublic static final String KEY
protected OperatorID convertFromString(String value) throws ConversionException
MessageParameterconvertFromString in class MessageParameter<OperatorID>value - string representation of parameter valueConversionExceptionprotected String convertToString(OperatorID value)
MessageParameterconvertToString in class MessageParameter<OperatorID>value - parameter valuepublic String getDescription()
MessageParametergetDescription in class MessageParameter<OperatorID>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.