public static enum MapCreator.CollisionStrategy extends Enum<MapCreator.CollisionStrategy> implements groovy.lang.GroovyObject
Modifier and Type | Field and Description |
---|---|
static MapCreator.CollisionStrategy |
MAX_VALUE |
static MapCreator.CollisionStrategy |
MIN_VALUE |
Modifier and Type | Method and Description |
---|---|
static MapCreator.CollisionStrategy |
$INIT(Object... para) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
MapCreator.CollisionStrategy |
next() |
MapCreator.CollisionStrategy |
previous() |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static MapCreator.CollisionStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapCreator.CollisionStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapCreator.CollisionStrategy MERGE
public static final MapCreator.CollisionStrategy OVERWRITE
public static final MapCreator.CollisionStrategy MIN_VALUE
public static final MapCreator.CollisionStrategy MAX_VALUE
public static MapCreator.CollisionStrategy[] values()
for (MapCreator.CollisionStrategy c : MapCreator.CollisionStrategy.values()) System.out.println(c);
public static MapCreator.CollisionStrategy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic MapCreator.CollisionStrategy next()
public MapCreator.CollisionStrategy previous()
public static final MapCreator.CollisionStrategy $INIT(Object... para)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
Copyright © 2010–2019. All rights reserved.