public enum AstamEntityType extends Enum<AstamEntityType>
| Enum Constant and Description |
|---|
APP_DEPLOYMENT |
APP_ENVIRONMENT |
APP_REGISTRATION |
APP_VERSION |
CORRELATED_FINDING |
DAST_FINDING |
ENTRY_POINT_WEB |
EXTERNAL_TOOL |
FINDING |
RAW_DISCOVERED_ATTACK_SURFACE |
RAW_FINDING |
SAST_FINDING |
| Modifier and Type | Method and Description |
|---|---|
static AstamEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AstamEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AstamEntityType APP_REGISTRATION
public static final AstamEntityType APP_VERSION
public static final AstamEntityType APP_DEPLOYMENT
public static final AstamEntityType APP_ENVIRONMENT
public static final AstamEntityType FINDING
public static final AstamEntityType SAST_FINDING
public static final AstamEntityType DAST_FINDING
public static final AstamEntityType EXTERNAL_TOOL
public static final AstamEntityType RAW_FINDING
public static final AstamEntityType CORRELATED_FINDING
public static final AstamEntityType ENTRY_POINT_WEB
public static final AstamEntityType RAW_DISCOVERED_ATTACK_SURFACE
public static AstamEntityType[] values()
for (AstamEntityType c : AstamEntityType.values()) System.out.println(c);
public static AstamEntityType 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 nullCopyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.