Methods in net.esper.view that return ViewEnum |
static ViewEnum |
ViewEnum.forName(String namespace,
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(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. |