public class OutputAttribute extends Object implements Attribute, OutputInfo
Attribute which represents details of operator outputs.| Constructor and Description |
|---|
OutputAttribute(String name,
ClassInfo dataType)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ClassInfo |
getDataType()
Returns the data type.
|
String |
getName()
Returns the port name.
|
int |
hashCode() |
String |
toString() |
public String getName()
OutputInfogetName in interface OutputInfopublic ClassInfo getDataType()
OutputInfogetDataType in interface OutputInfoCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.