public interface ElementInfo
This interface should not be converted into an abstract class as that will break the compatibility of the model info implementations of the front-end tooling layer
Modifier and Type | Interface and Description |
---|---|
static class |
ElementInfo.ElementType |
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() |
String |
getDocumentationURL() |
ElementInfo.ElementType |
getElementType() |
int |
getFieldCount() |
List<FieldInfo> |
getFields() |
String |
getIconFile() |
int |
getOutPortCount() |
List<OutPortInfo> |
getOutPorts() |
String |
getScopeType() |
default boolean |
hasResponse() |
boolean |
isConfigurationRequired() |
void addOutPort(OutPortInfo outPortInfo)
void addField(FieldInfo pi)
void addBeanRef(BeanRefInfo bri)
String getClassName()
String getDisplayName()
List<OutPortInfo> getOutPorts()
int getOutPortCount()
int getFieldCount()
List<BeanRefInfo> getBeanRefs()
int getBeanRefCount()
String getIconFile()
String getScopeType()
String getDescription()
boolean isConfigurationRequired()
String getDocumentationURL()
default boolean hasResponse()
ElementInfo.ElementType getElementType()
Copyright © 2016–2019 AdroitLogic. All rights reserved.