com.espertech.esper.epl.spec
Class ColumnDesc

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

public class ColumnDesc
extends java.lang.Object
implements MetaDefItem, java.io.Serializable

Describes a column name and type.

See Also:
Serialized Form

Constructor Summary
ColumnDesc(java.lang.String name, java.lang.String type, boolean array, boolean primitiveArray)
          Ctor.
 
Method Summary
 java.lang.String getName()
          Returns column name.
 java.lang.String getType()
          Return column type
 boolean isArray()
          Return true for array
 boolean isPrimitiveArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnDesc

public ColumnDesc(java.lang.String name,
                  java.lang.String type,
                  boolean array,
                  boolean primitiveArray)
Ctor.

Parameters:
name - column name
type - type
array - true for array
primitiveArray - true for array of primitives
Method Detail

getName

public java.lang.String getName()
Returns column name.

Returns:
name

getType

public java.lang.String getType()
Return column type

Returns:
type

isArray

public boolean isArray()
Return true for array

Returns:
array indicator

isPrimitiveArray

public boolean isPrimitiveArray()

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