public static enum ExternalReference.Type extends Enum<ExternalReference.Type>
| Enum Constant and Description |
|---|
ADVISORIES |
BOM |
BUILD_META |
BUILD_SYSTEM |
CHAT |
DISTRIBUTION |
DOCUMENTATION |
ISSUE_TRACKER |
LICENSE |
MAILING_LIST |
OTHER |
RELEASE_NOTES |
SOCIAL |
SUPPORT |
VCS |
WEBSITE |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeName() |
static ExternalReference.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalReference.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalReference.Type VCS
public static final ExternalReference.Type ISSUE_TRACKER
public static final ExternalReference.Type WEBSITE
public static final ExternalReference.Type ADVISORIES
public static final ExternalReference.Type BOM
public static final ExternalReference.Type MAILING_LIST
public static final ExternalReference.Type SOCIAL
public static final ExternalReference.Type CHAT
public static final ExternalReference.Type DOCUMENTATION
public static final ExternalReference.Type SUPPORT
public static final ExternalReference.Type DISTRIBUTION
public static final ExternalReference.Type LICENSE
public static final ExternalReference.Type BUILD_META
public static final ExternalReference.Type BUILD_SYSTEM
public static final ExternalReference.Type RELEASE_NOTES
public static final ExternalReference.Type OTHER
public static ExternalReference.Type[] values()
for (ExternalReference.Type c : ExternalReference.Type.values()) System.out.println(c);
public static ExternalReference.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 getTypeName()
Copyright © 2017–2022 OWASP Foundation. All rights reserved.