Package | Description |
---|---|
com.espertech.esper.pattern.guard |
Pattern guards that can define the lifetime of a pattern
|
Modifier and Type | Method and Description |
---|---|
static GuardEnum |
GuardEnum.forName(String namespace,
String name)
Returns the enum for the given namespace and name.
|
static GuardEnum |
GuardEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuardEnum[] |
GuardEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|