public enum ControlActCategoryCode extends Enum<ControlActCategoryCode>
Act Class Code | Act Mood Code | Supported Category Code |
---|---|---|
CACT | EVN | GENERAL_CONTROL_ACT |
CACT | EVN | AUDIT |
CACT | EVN | PROVENANCE |
Enum Constant and Description |
---|
AUDIT
A record of an event made for purposes of maintaining a security log.
|
PROVENANCE
Provenance of a resource is a record that describes entities and processes
involved in producing and delivering
or otherwise influencing that resource
|
Modifier and Type | Method and Description |
---|---|
static ControlActCategoryCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlActCategoryCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlActCategoryCode AUDIT
public static final ControlActCategoryCode PROVENANCE
public static ControlActCategoryCode[] values()
for (ControlActCategoryCode c : ControlActCategoryCode.values()) System.out.println(c);
public static ControlActCategoryCode 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 nullHDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved