public static enum Identity.Field extends Enum<Identity.Field>
Enum Constant and Description |
---|
CPE |
GROUP |
HASH |
NAME |
PURL |
SWID |
VERSION |
Modifier and Type | Method and Description |
---|---|
String |
getTypeName() |
static Identity.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Identity.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Identity.Field GROUP
public static final Identity.Field NAME
public static final Identity.Field VERSION
public static final Identity.Field PURL
public static final Identity.Field CPE
public static final Identity.Field SWID
public static final Identity.Field HASH
public static Identity.Field[] values()
for (Identity.Field c : Identity.Field.values()) System.out.println(c);
public static Identity.Field 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 getTypeName()
Copyright © 2017–2025 OWASP Foundation. All rights reserved.