public static enum ChangeRecord.ChangeKind extends Enum<ChangeRecord.ChangeKind>
| Enum Constant and Description |
|---|
DEPENDENCY |
DEPENDENCY_MANAGEMENT |
PARENT |
PLUGIN |
PLUGIN_MANAGEMENT |
PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static ChangeRecord.ChangeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeRecord.ChangeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeRecord.ChangeKind DEPENDENCY
public static final ChangeRecord.ChangeKind DEPENDENCY_MANAGEMENT
public static final ChangeRecord.ChangeKind PARENT
public static final ChangeRecord.ChangeKind PLUGIN
public static final ChangeRecord.ChangeKind PLUGIN_MANAGEMENT
public static final ChangeRecord.ChangeKind PROPERTY
public static ChangeRecord.ChangeKind[] values()
for (ChangeRecord.ChangeKind c : ChangeRecord.ChangeKind.values()) System.out.println(c);
public static ChangeRecord.ChangeKind 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 getLabel()
Copyright © 2008–2022 MojoHaus. All rights reserved.