public class ConnectorOperationInfo extends Object implements ElementInfo
ElementInfo.ElementType| Constructor and Description |
|---|
ConnectorOperationInfo() |
ConnectorOperationInfo(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBeanRef(BeanRefInfo bri) |
void |
addField(FieldInfo fi) |
void |
addOutPort(OutPortInfo outPortInfo) |
boolean |
equals(Object o) |
int |
getBeanRefCount() |
List<BeanRefInfo> |
getBeanRefs() |
List<String> |
getBelongsTo() |
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 |
setBelongsTo(List<String> belongsTo) |
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 ConnectorOperationInfo()
public ConnectorOperationInfo(String className)
public String getClassName()
getClassName in interface ElementInfopublic List<FieldInfo> getFields()
getFields 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 void addOutPort(OutPortInfo outPortInfo)
addOutPort in interface ElementInfopublic List<OutPortInfo> getOutPorts()
getOutPorts in interface ElementInfopublic int getOutPortCount()
getOutPortCount in interface ElementInfopublic int getFieldCount()
getFieldCount in interface ElementInfopublic void addField(FieldInfo fi)
addField in interface ElementInfopublic void addBeanRef(BeanRefInfo bri)
addBeanRef in interface ElementInfopublic String getDisplayName()
getDisplayName in interface ElementInfopublic void setDisplayName(String displayName)
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.