public class ProtocolParameterOption extends Object
Constructor and Description |
---|
ProtocolParameterOption() |
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Returns the human-readable title describing the effect of this option.
|
String |
getValue()
Returns the value that will be sent to the client plugin if this option
is chosen.
|
void |
setTitle(String title)
Sets the human-readable title describing the effect of this option.
|
void |
setValue(String value)
Sets the value that will be sent to the client plugin if this option is
chosen.
|
public String getValue()
public void setValue(String value)
value
- The value to send if this option is chosen.public String getTitle()
public void setTitle(String title)
title
- A human-readable title describing the effect of this option.Copyright © 2014. All Rights Reserved.