com.espertech.esper.client.soda
Class ContextDescriptorNested

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

public class ContextDescriptorNested
extends java.lang.Object
implements ContextDescriptor

Nested context.

See Also:
Serialized Form

Constructor Summary
ContextDescriptorNested()
          Ctor.
ContextDescriptorNested(java.util.List<CreateContextClause> contexts)
          Ctor.
 
Method Summary
 java.util.List<CreateContextClause> getContexts()
          Returns the list of nested contexts
 void setContexts(java.util.List<CreateContextClause> contexts)
          Sets the list of nested contexts
 void toEPL(java.io.StringWriter writer, EPStatementFormatter formatter)
          Format as EPL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDescriptorNested

public ContextDescriptorNested()
Ctor.


ContextDescriptorNested

public ContextDescriptorNested(java.util.List<CreateContextClause> contexts)
Ctor.

Parameters:
contexts - the nested contexts
Method Detail

getContexts

public java.util.List<CreateContextClause> getContexts()
Returns the list of nested contexts

Returns:
contexts

setContexts

public void setContexts(java.util.List<CreateContextClause> contexts)
Sets the list of nested contexts

Parameters:
contexts - nested contexts to set

toEPL

public void toEPL(java.io.StringWriter writer,
                  EPStatementFormatter formatter)
Description copied from interface: ContextDescriptor
Format as EPL.

Specified by:
toEPL in interface ContextDescriptor
Parameters:
writer - output
formatter - formatter

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