com.espertech.esper.client.soda
Class DataFlowOperatorOutputType

java.lang.Object
  extended by com.espertech.esper.client.soda.DataFlowOperatorOutputType
All Implemented Interfaces:
java.io.Serializable

public class DataFlowOperatorOutputType
extends java.lang.Object
implements java.io.Serializable

Represents type information for data flow operators.

See Also:
Serialized Form

Constructor Summary
DataFlowOperatorOutputType()
          Ctor.
DataFlowOperatorOutputType(boolean wildcard, java.lang.String typeOrClassname, java.util.List<DataFlowOperatorOutputType> typeParameters)
          Ctor.
 
Method Summary
 java.lang.String getTypeOrClassname()
          Returns the type name or class name.
 java.util.List<DataFlowOperatorOutputType> getTypeParameters()
          Returns optional additional type parameters
 boolean isWildcard()
          Returns true for wildcard type.
 void setTypeOrClassname(java.lang.String typeOrClassname)
          Sets the type name or class name.
 void setTypeParameters(java.util.List<DataFlowOperatorOutputType> typeParameters)
          Sets optional additional type parameters
 void setWildcard(boolean wildcard)
          Sets to true for wildcard type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFlowOperatorOutputType

public DataFlowOperatorOutputType()
Ctor.


DataFlowOperatorOutputType

public DataFlowOperatorOutputType(boolean wildcard,
                                  java.lang.String typeOrClassname,
                                  java.util.List<DataFlowOperatorOutputType> typeParameters)
Ctor.

Parameters:
wildcard - true for wildcard type
typeOrClassname - type name
typeParameters - optional additional type parameters
Method Detail

isWildcard

public boolean isWildcard()
Returns true for wildcard type.

Returns:
wildcard type indicator

setWildcard

public void setWildcard(boolean wildcard)
Sets to true for wildcard type.

Parameters:
wildcard - wildcard type indicator

getTypeOrClassname

public java.lang.String getTypeOrClassname()
Returns the type name or class name.

Returns:
name

setTypeOrClassname

public void setTypeOrClassname(java.lang.String typeOrClassname)
Sets the type name or class name.

Parameters:
typeOrClassname - name

getTypeParameters

public java.util.List<DataFlowOperatorOutputType> getTypeParameters()
Returns optional additional type parameters

Returns:
type params

setTypeParameters

public void setTypeParameters(java.util.List<DataFlowOperatorOutputType> typeParameters)
Sets optional additional type parameters

Parameters:
typeParameters - type params

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com