public class ProtocolStack extends NamedPropertyContainer implements Cloneable
| Constructor and Description |
|---|
ProtocolStack(String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolStack |
clone()
Return a copy of this object
|
getName, setNamegetAllProperties, getProperty, hasProperty, removeProperty, setPropertypublic ProtocolStack(String name)
name - the name of the protocol stackpublic ProtocolStack clone()
clone in class NamedPropertyContainer