Uses of Class
net.esper.view.ViewEnum

Packages that use ViewEnum
net.esper.view   
 

Uses of ViewEnum in net.esper.view
 

Methods in net.esper.view that return ViewEnum
static ViewEnum ViewEnum.forName(java.lang.String namespace, java.lang.String name)
          Returns the view enumeration value given the name of the view.
 ViewEnum ViewEnum.getMergeView()
          Returns the enumeration value of the view for merging the data generated by another view.
static ViewEnum ViewEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ViewEnum[] ViewEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.