public interface ProtocolFinder extends ConfigBeanProxy, PropertyBag
Modifier and Type | Interface and Description |
---|---|
static class |
ProtocolFinder.Duck |
Modifier and Type | Method and Description |
---|---|
Protocol |
findProtocol() |
String |
getClassname()
Finder logic implementation class
|
String |
getName()
Finder name, which could be used as reference
|
PortUnification |
getParent()
Returns the parent element of this configuration element.
|
String |
getProtocol()
Reference to a protocol, which was defined before.
|
void |
setClassname(String value) |
void |
setName(String value) |
void |
setProtocol(String value) |
createChild, deepCopy, getParent
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
String getName()
void setName(String value)
String getProtocol()
void setProtocol(String value)
String getClassname()
void setClassname(String value)
@DuckTyped Protocol findProtocol()
@DuckTyped PortUnification getParent()
ConfigBeanProxy
getParent
in interface ConfigBeanProxy
Copyright © 2018. All rights reserved.