public static enum ContentWriter.Action extends Enum<ContentWriter.Action>
Enum Constant and Description |
---|
GENERATE |
GENERATE_AND_REPLACE |
GENERATE_IN_COLLISIONS_FOLDER |
IDENTICAL_EXISTS |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static ContentWriter.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentWriter.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentWriter.Action GENERATE
public static final ContentWriter.Action GENERATE_AND_REPLACE
public static final ContentWriter.Action IDENTICAL_EXISTS
public static final ContentWriter.Action GENERATE_IN_COLLISIONS_FOLDER
public static ContentWriter.Action[] values()
for (ContentWriter.Action c : ContentWriter.Action.values()) System.out.println(c);
public static ContentWriter.Action 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 String getValue()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.