public enum EventActionCode extends Enum<EventActionCode> implements EnumeratedValueSet<String>
Enum Constant and Description |
---|
Create |
Delete |
Execute |
Read |
Update |
Modifier and Type | Method and Description |
---|---|
static EventActionCode |
enumForCode(String code) |
String |
getValue() |
static EventActionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventActionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
enumForCode, matches
public static final EventActionCode Create
public static final EventActionCode Read
public static final EventActionCode Update
public static final EventActionCode Delete
public static final EventActionCode Execute
public static EventActionCode[] values()
for (EventActionCode c : EventActionCode.values()) System.out.println(c);
public static EventActionCode 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 static EventActionCode enumForCode(String code)
@Generated(value="lombok") public String getValue()
getValue
in interface EnumeratedValueSet<String>
Copyright © 2018 Open eHealth Foundation. All rights reserved.