public class IngressConnectorInfo extends Object implements ElementInfo
ElementInfo.ElementType
Constructor and Description |
---|
IngressConnectorInfo(String className) |
Modifier and Type | Method and Description |
---|---|
void |
addBeanRef(BeanRefInfo bri) |
void |
addField(FieldInfo pi) |
void |
addOutPort(OutPortInfo outPortInfo) |
int |
getBeanRefCount() |
List<BeanRefInfo> |
getBeanRefs() |
String |
getClassName() |
String |
getDescription() |
String |
getDisplayName() |
ElementInfo.ElementType |
getElementType() |
int |
getFieldCount() |
List<FieldInfo> |
getFields() |
String |
getIconFile() |
int |
getOutPortCount() |
List<OutPortInfo> |
getOutPorts() |
String |
getScopeType() |
boolean |
hasResponse() |
boolean |
isConfigurationRequired() |
void |
setConfigurationRequired(boolean configurationRequired) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setHasResponse(boolean hasResponse) |
void |
setIconFile(String iconFile) |
void |
setScopeType(ScopeType scopeType) |
String |
toString() |
public IngressConnectorInfo(String className)
public String getClassName()
getClassName
in interface ElementInfo
public String getDisplayName()
getDisplayName
in interface ElementInfo
public List<FieldInfo> getFields()
getFields
in interface ElementInfo
public int getFieldCount()
getFieldCount
in interface ElementInfo
public List<OutPortInfo> getOutPorts()
getOutPorts
in interface ElementInfo
public int getOutPortCount()
getOutPortCount
in interface ElementInfo
public void setDisplayName(String displayName)
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 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 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 boolean hasResponse()
hasResponse
in interface ElementInfo
public void setHasResponse(boolean hasResponse)
public ElementInfo.ElementType getElementType()
getElementType
in interface ElementInfo
Copyright © 2016–2019 AdroitLogic. All rights reserved.