@Target(value=FIELD) @Retention(value=RUNTIME) @Inherited @Documented public @interface OutPort
PortType.PROCESSOR
| XProcessingElement
|
|- - - - - - - - - - - - - - - - - - | - - - - - - - - - - - - - - - - |
| PortType.CONNECTOR
| XEgressConnectorElement
|
+------------------------------------+---------------------------------+
3. The display name of the out port should be unique within the class.Modifier and Type | Required Element and Description |
---|---|
String |
displayName
The name of the annotated out port to be used in the user interface
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Description for the out-port to be used for rendering purposes
|
int |
order
The order of the annotated out port to be displayed in the user interface
|
PortType |
targetType
The target type of the out-port which could either be
PortType.PROCESSOR or
PortType.PROCESSOR_LIST or PortType.CONNECTOR |
public abstract String displayName
public abstract int order
public abstract PortType targetType
PortType.PROCESSOR
or
PortType.PROCESSOR_LIST
or PortType.CONNECTOR
public abstract String description
Copyright © 2016–2019 AdroitLogic. All rights reserved.