|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Configuration.PropertyResolutionStyle>
com.espertech.esper.client.Configuration.PropertyResolutionStyle
public static enum Configuration.PropertyResolutionStyle
Enumeration of different resolution styles for resolving property names.
Enum Constant Summary | |
---|---|
CASE_INSENSITIVE
Properties are matched if the names are identical. |
|
CASE_SENSITIVE
Properties are only matched if the names are identical in name and case to the original property name. |
|
DISTINCT_CASE_INSENSITIVE
Properties are matched if the names are identical. |
Method Summary | |
---|---|
static Configuration.PropertyResolutionStyle |
getDefault()
Returns the default property resolution style. |
static Configuration.PropertyResolutionStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Configuration.PropertyResolutionStyle[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Configuration.PropertyResolutionStyle CASE_SENSITIVE
public static final Configuration.PropertyResolutionStyle CASE_INSENSITIVE
public static final Configuration.PropertyResolutionStyle DISTINCT_CASE_INSENSITIVE
Method Detail |
---|
public static Configuration.PropertyResolutionStyle[] values()
for (Configuration.PropertyResolutionStyle c : Configuration.PropertyResolutionStyle.values()) System.out.println(c);
public static Configuration.PropertyResolutionStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static Configuration.PropertyResolutionStyle getDefault()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |