Click or drag to resize

DataFlowOperatorOutputType Class

Represents type information for data flow operators.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaDataFlowOperatorOutputType

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class DataFlowOperatorOutputType

The DataFlowOperatorOutputType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsWildcard
Returns true for wildcard type.
Public propertyTypeOrClassname
Returns the type name or class name.
Public propertyTypeParameters
Returns optional additional type parameters
Top
See Also