public static enum ReleaseNotes.Resolves.Type extends Enum<ReleaseNotes.Resolves.Type>
| Enum Constant and Description |
|---|
DEFECT |
ENHANCEMENT |
SECURITY |
| Modifier and Type | Method and Description |
|---|---|
static ReleaseNotes.Resolves.Type |
fromString(String text) |
String |
getResolvesName() |
static ReleaseNotes.Resolves.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReleaseNotes.Resolves.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReleaseNotes.Resolves.Type DEFECT
public static final ReleaseNotes.Resolves.Type ENHANCEMENT
public static final ReleaseNotes.Resolves.Type SECURITY
public static ReleaseNotes.Resolves.Type[] values()
for (ReleaseNotes.Resolves.Type c : ReleaseNotes.Resolves.Type.values()) System.out.println(c);
public static ReleaseNotes.Resolves.Type 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 getResolvesName()
public static ReleaseNotes.Resolves.Type fromString(String text)
Copyright © 2017–2022 OWASP Foundation. All rights reserved.