com.espertech.esper.epl.spec
Class GraphOperatorOutputItemType

java.lang.Object
  extended by com.espertech.esper.epl.spec.GraphOperatorOutputItemType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GraphOperatorOutputItemType(boolean wildcard, java.lang.String typeOrClassname, java.util.List<GraphOperatorOutputItemType> typeParameters)
           
 
Method Summary
 java.lang.String getTypeOrClassname()
           
 java.util.List<GraphOperatorOutputItemType> getTypeParameters()
           
 boolean isWildcard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphOperatorOutputItemType

public GraphOperatorOutputItemType(boolean wildcard,
                                   java.lang.String typeOrClassname,
                                   java.util.List<GraphOperatorOutputItemType> typeParameters)
Method Detail

isWildcard

public boolean isWildcard()

getTypeOrClassname

public java.lang.String getTypeOrClassname()

getTypeParameters

public java.util.List<GraphOperatorOutputItemType> getTypeParameters()

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