Package | Description |
---|---|
com.espertech.esper.common.internal.view.core |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Copyright © 2005–2018. All rights reserved.