public enum SecurityOfficerEventType extends Enum<SecurityOfficerEventType> implements Serializable
| Enum Constant and Description |
|---|
DELETED_SECURITY_ASSIGNMENT |
NEW_SECURITY_ASSIGNMENT |
UNKNOWN_SECURITY_OFFICER_EVENT |
UPDATED_SECURITY_ASSIGNMENT |
| Modifier and Type | Method and Description |
|---|---|
int |
getEventTypeCode() |
String |
getEventTypeDescription() |
String |
getEventTypeName() |
static SecurityOfficerEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityOfficerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityOfficerEventType NEW_SECURITY_ASSIGNMENT
public static final SecurityOfficerEventType UPDATED_SECURITY_ASSIGNMENT
public static final SecurityOfficerEventType DELETED_SECURITY_ASSIGNMENT
public static final SecurityOfficerEventType UNKNOWN_SECURITY_OFFICER_EVENT
public static SecurityOfficerEventType[] values()
for (SecurityOfficerEventType c : SecurityOfficerEventType.values()) System.out.println(c);
public static SecurityOfficerEventType 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 int getEventTypeCode()
public String getEventTypeName()
public String getEventTypeDescription()
Copyright © 2018–2020 ODPi. All rights reserved.