public final class OutputOperatorSpec extends Object implements NamedOperatorSpec
OperatorSpec.OperatorKind| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ClassInfo |
getDescriptionClass()
Returns the description class.
|
String |
getName()
Returns the name of this operator.
|
OperatorSpec.OperatorKind |
getOperatorKind()
Returns the kind of this operator.
|
int |
hashCode() |
static OutputOperatorSpec |
of(String name,
ClassInfo descriptionClass)
Returns an instance.
|
String |
toString() |
public static OutputOperatorSpec of(String name, ClassInfo descriptionClass)
name - the port namedescriptionClass - the output description (nullable)public OperatorSpec.OperatorKind getOperatorKind()
OperatorSpecgetOperatorKind in interface OperatorSpecpublic String getName()
NamedOperatorSpecgetName in interface NamedOperatorSpecpublic ClassInfo getDescriptionClass()
null if it is not definedCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.