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, wait
hasResponse
public EgressConnectorInfo()
public EgressConnectorInfo(String className)
public void addOutPort(OutPortInfo outPortInfo)
addOutPort
in interface ElementInfo
public void addField(FieldInfo pi)
addField
in interface ElementInfo
public void addBeanRef(BeanRefInfo bri)
addBeanRef
in interface ElementInfo
public void setDisplayName(String displayName)
public String getClassName()
getClassName
in interface ElementInfo
public String getDisplayName()
getDisplayName
in interface ElementInfo
public List<OutPortInfo> getOutPorts()
getOutPorts
in interface ElementInfo
public List<FieldInfo> getFields()
getFields
in interface ElementInfo
public int getOutPortCount()
getOutPortCount
in interface ElementInfo
public int getFieldCount()
getFieldCount
in interface ElementInfo
public String getIconFile()
getIconFile
in interface ElementInfo
public String getScopeType()
getScopeType
in interface ElementInfo
public void setScopeType(ScopeType scopeType)
public void setIconFile(String iconFile)
public List<BeanRefInfo> getBeanRefs()
getBeanRefs
in interface ElementInfo
public int getBeanRefCount()
getBeanRefCount
in interface ElementInfo
public String getDescription()
getDescription
in interface ElementInfo
public void setDescription(String description)
public boolean isConfigurationRequired()
isConfigurationRequired
in interface ElementInfo
public void setConfigurationRequired(boolean configurationRequired)
public String getDocumentationURL()
getDocumentationURL
in interface ElementInfo
public void setDocumentationURL(String documentationURL)
public ElementInfo.ElementType getElementType()
getElementType
in interface ElementInfo
Copyright © 2016–2019 AdroitLogic. All rights reserved.