public static enum BeanELResolverEx.StaticMethodCompareStrategy extends java.lang.Enum<BeanELResolverEx.StaticMethodCompareStrategy>
| Enum Constant and Description |
|---|
STATIC_IGNORED |
STATIC_IS_LESS |
STATIC_IS_LESS_IF_EQUAL |
STATIC_IS_MORE |
STATIC_IS_MORE_IF_EQUAL |
| Modifier and Type | Method and Description |
|---|---|
int |
compareAfterParameters(java.lang.reflect.Method method1,
java.lang.reflect.Method method2) |
int |
compareBeforeParameters(java.lang.reflect.Method method1,
java.lang.reflect.Method method2) |
static BeanELResolverEx.StaticMethodCompareStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeanELResolverEx.StaticMethodCompareStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeanELResolverEx.StaticMethodCompareStrategy STATIC_IS_MORE
public static final BeanELResolverEx.StaticMethodCompareStrategy STATIC_IS_LESS
public static final BeanELResolverEx.StaticMethodCompareStrategy STATIC_IS_MORE_IF_EQUAL
public static final BeanELResolverEx.StaticMethodCompareStrategy STATIC_IS_LESS_IF_EQUAL
public static final BeanELResolverEx.StaticMethodCompareStrategy STATIC_IGNORED
public static BeanELResolverEx.StaticMethodCompareStrategy[] values()
for (BeanELResolverEx.StaticMethodCompareStrategy c : BeanELResolverEx.StaticMethodCompareStrategy.values()) System.out.println(c);
public static BeanELResolverEx.StaticMethodCompareStrategy 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 namejava.lang.NullPointerException - if the argument is nullpublic int compareBeforeParameters(java.lang.reflect.Method method1,
java.lang.reflect.Method method2)
public int compareAfterParameters(java.lang.reflect.Method method1,
java.lang.reflect.Method method2)