public static enum ChangeFormat.ChangeFormatElement extends Enum<ChangeFormat.ChangeFormatElement>
| Enum Constant and Description |
|---|
CHANGED_ELEMENTS |
CURRENT_ELEMENTS |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static ChangeFormat.ChangeFormatElement |
forValue(String value) |
String |
value() |
static ChangeFormat.ChangeFormatElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeFormat.ChangeFormatElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeFormat.ChangeFormatElement CHANGED_ELEMENTS
public static final ChangeFormat.ChangeFormatElement CURRENT_ELEMENTS
public static final ChangeFormat.ChangeFormatElement EMPTY
private String value
public static ChangeFormat.ChangeFormatElement[] values()
for (ChangeFormat.ChangeFormatElement c : ChangeFormat.ChangeFormatElement.values()) System.out.println(c);
public static ChangeFormat.ChangeFormatElement 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 static ChangeFormat.ChangeFormatElement forValue(String value)
public String value()
Copyright © 1999–2015. All rights reserved.