public enum DMPEventTypeEnum extends Enum<DMPEventTypeEnum> implements DmcEnumIF
Generated from the dmp schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be altered manually! Generated from: org.dmd.dms.util.DmoEnumFormatter.dumpEnum(DmoEnumFormatter.java:100)
| Modifier and Type | Method and Description |
|---|---|
String |
displayValue()
Returns the display value of this enum value as a String.
|
static DMPEventTypeEnum |
get(int code)
Returns the enum value of the specified int or null if it's not valid.
|
static DMPEventTypeEnum |
get(String str)
Returns a value for this enum or throws an exception if the String value isn't
a valid member of this enum.
|
int |
intValue()
Returns the value of this enum value as an int.
|
static DMPEventTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DMPEventTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DMPEventTypeEnum CREATED
public static final DMPEventTypeEnum DELETED
public static final DMPEventTypeEnum MODIFIED
public static final DMPEventTypeEnum LOADED
public static DMPEventTypeEnum[] values()
for (DMPEventTypeEnum c : DMPEventTypeEnum.values()) System.out.println(c);
public static DMPEventTypeEnum 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 intValue()
public String displayValue()
displayValue in interface DmcEnumIFpublic static DMPEventTypeEnum get(int code)
public static DMPEventTypeEnum get(String str)
Copyright © 2023. All rights reserved.