public enum Role extends Enum<Role>
| Modifier and Type | Method and Description |
|---|---|
static Role |
fromValue(String value) |
String |
toString() |
String |
value() |
static Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Role ANALYSIS_TARGET
public static final Role ATTACHMENT
public static final Role RESPONSE_FILE
public static final Role RESULT_FILE
public static final Role STANDARD_STREAM
public static final Role TRACED_FILE
public static final Role UNMODIFIED
public static final Role MODIFIED
public static final Role ADDED
public static final Role DELETED
public static final Role RENAMED
public static final Role UNCONTROLLED
public static final Role DRIVER
public static final Role EXTENSION
public static final Role TRANSLATION
public static final Role TAXONOMY
public static final Role POLICY
public static final Role REFERENCED_ON_COMMAND_LINE
public static final Role MEMORY_CONTENTS
public static final Role DIRECTORY
public static final Role USER_SPECIFIED_CONFIGURATION
public static final Role TOOL_SPECIFIED_CONFIGURATION
public static final Role DEBUG_OUTPUT_FILE
public static Role[] values()
for (Role c : Role.values()) System.out.println(c);
public static Role 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 value()
Copyright © 2020 Contrast Security. All rights reserved.