public enum JournalObjectType extends java.lang.Enum<JournalObjectType>
| Enum Constant and Description |
|---|
COMPONENT |
POLICY |
PROJECT |
SCAN |
SNIPPET |
SOURCE_FILE |
USER |
USER_GROUP |
VERSION |
VULNERABILITY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static JournalObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JournalObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JournalObjectType COMPONENT
public static final JournalObjectType POLICY
public static final JournalObjectType PROJECT
public static final JournalObjectType SCAN
public static final JournalObjectType SNIPPET
public static final JournalObjectType SOURCE_FILE
public static final JournalObjectType USER
public static final JournalObjectType USER_GROUP
public static final JournalObjectType VERSION
public static final JournalObjectType VULNERABILITY
public static JournalObjectType[] values()
for (JournalObjectType c : JournalObjectType.values()) System.out.println(c);
public static JournalObjectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()