public class EgressConnectorInfo extends Object implements ElementInfo
ElementInfo.ElementType| Constructor and Description |
|---|
EgressConnectorInfo() |
EgressConnectorInfo(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBeanRef(BeanRefInfo bri) |
void |
addField(FieldInfo pi) |
void |
addOutPort(OutPortInfo outPortInfo) |
boolean |
equals(Object o) |
int |
getBeanRefCount() |
List<BeanRefInfo> |
getBeanRefs() |
String |
getClassName() |
String |
getDescription() |
String |
getDisplayName() |
String |
getDocumentationURL() |
ElementInfo.ElementType |
getElementType() |
int |
getFieldCount() |
List<FieldInfo> |
getFields() |
String |
getIconFile() |
int |
getOutPortCount() |
List<OutPortInfo> |
getOutPorts() |
String |
getScopeType() |
int |
hashCode() |
boolean |
isConfigurationRequired() |
void |
setConfigurationRequired(boolean configurationRequired) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setDocumentationURL(String documentationURL) |
void |
setIconFile(String iconFile) |
void |
setScopeType(ScopeType scopeType) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waithasResponsepublic EgressConnectorInfo()
public EgressConnectorInfo(String className)
public void addOutPort(OutPortInfo outPortInfo)
addOutPort in interface ElementInfopublic void addField(FieldInfo pi)
addField in interface ElementInfopublic void addBeanRef(BeanRefInfo bri)
addBeanRef in interface ElementInfopublic void setDisplayName(String displayName)
public String getClassName()
getClassName in interface ElementInfopublic String getDisplayName()
getDisplayName in interface ElementInfopublic List<OutPortInfo> getOutPorts()
getOutPorts in interface ElementInfopublic List<FieldInfo> getFields()
getFields in interface ElementInfopublic int getOutPortCount()
getOutPortCount in interface ElementInfopublic int getFieldCount()
getFieldCount in interface ElementInfopublic String getIconFile()
getIconFile in interface ElementInfopublic String getScopeType()
getScopeType in interface ElementInfopublic void setScopeType(ScopeType scopeType)
public void setIconFile(String iconFile)
public List<BeanRefInfo> getBeanRefs()
getBeanRefs in interface ElementInfopublic int getBeanRefCount()
getBeanRefCount in interface ElementInfopublic String getDescription()
getDescription in interface ElementInfopublic void setDescription(String description)
public boolean isConfigurationRequired()
isConfigurationRequired in interface ElementInfopublic void setConfigurationRequired(boolean configurationRequired)
public String getDocumentationURL()
getDocumentationURL in interface ElementInfopublic void setDocumentationURL(String documentationURL)
public ElementInfo.ElementType getElementType()
getElementType in interface ElementInfoCopyright © 2016–2019 AdroitLogic. All rights reserved.