public enum ChangesXMLEntryType extends Enum<ChangesXMLEntryType>
| Modifier and Type | Method and Description |
|---|---|
static ChangesXMLEntryType |
getXmlTypeFromMarkdownEntryType(ChangelogEntryType markdownEntryType) |
static ChangesXMLEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangesXMLEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangesXMLEntryType ADD
public static final ChangesXMLEntryType FIX
public static final ChangesXMLEntryType UPDATE
public static final ChangesXMLEntryType REMOVE
public static ChangesXMLEntryType[] values()
for (ChangesXMLEntryType c : ChangesXMLEntryType.values()) System.out.println(c);
public static ChangesXMLEntryType 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 ChangesXMLEntryType getXmlTypeFromMarkdownEntryType(ChangelogEntryType markdownEntryType)
Copyright © 2023. All rights reserved.