public class ProtocolInfo extends Object
Constructor and Description |
---|
ProtocolInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the unique name of this protocol.
|
Collection<ProtocolParameter> |
getParameters()
Returns a mutable collection of the protocol parameters associated with
this protocol.
|
String |
getTitle()
Returns the human-readable title associated with this protocol.
|
void |
setName(String name)
Sets the unique name of this protocol.
|
void |
setTitle(String title)
Sets the human-readable title associated with this protocol.
|
public String getTitle()
public void setTitle(String title)
title
- The human-readable title to associate with this protocol.public String getName()
public void setName(String name)
name
- The unique name of this protocol.public Collection<ProtocolParameter> getParameters()
Copyright © 2015. All rights reserved.