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