com.espertech.esper.epl.rettype
Class ClassMultiValuedEPType

java.lang.Object
  extended by com.espertech.esper.epl.rettype.ClassMultiValuedEPType
All Implemented Interfaces:
EPType

public class ClassMultiValuedEPType
extends java.lang.Object
implements EPType

An array or collection of native values. Always has a component type. Either: - array then "clazz.getArray()" returns true. - collection then clazz implements collection


Constructor Summary
protected ClassMultiValuedEPType(java.lang.Class container, java.lang.Class component)
           
 
Method Summary
 java.lang.Class getComponent()
           
 java.lang.Class getContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMultiValuedEPType

protected ClassMultiValuedEPType(java.lang.Class container,
                                 java.lang.Class component)
Method Detail

getContainer

public java.lang.Class getContainer()

getComponent

public java.lang.Class getComponent()

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