public class ProtocolParameter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProtocolParameter.Type
All possible types of protocol parameter.
|
Constructor and Description |
---|
ProtocolParameter() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name associated with this protocol parameter.
|
Collection<ProtocolParameterOption> |
getOptions()
Returns a mutable collection of protocol parameter options.
|
String |
getTitle()
Returns the title associated with this protocol parameter.
|
ProtocolParameter.Type |
getType()
Returns the type of this parameter.
|
String |
getValue()
Returns the value associated with this protocol parameter.
|
void |
setName(String name)
Sets the name associated with this protocol parameter.
|
void |
setTitle(String title)
Sets the title associated with this protocol parameter.
|
void |
setType(ProtocolParameter.Type type)
Sets the type of this parameter.
|
void |
setValue(String value)
Sets the value associated with this protocol parameter.
|
public String getName()
public void setName(String name)
name
- The name to assign to this protocol parameter.public String getTitle()
public void setTitle(String title)
title
- A human-readable string describing this parameter.public String getValue()
public void setValue(String value)
value
- A human-readable string describing this parameter.public ProtocolParameter.Type getType()
public void setType(ProtocolParameter.Type type)
type
- The type of this parameter.public Collection<ProtocolParameterOption> getOptions()
Copyright © 2014. All Rights Reserved.