public enum DNBMHIObjType extends java.lang.Enum<DNBMHIObjType>
| Enum Constant and Description |
|---|
DNBMHIObjType_MANUFACTURING_ASSEMBLY |
DNBMHIObjType_MANUFACTURING_KITS |
DNBMHIObjType_PROCESS |
DNBMHIObjType_PRODUCT |
DNBMHIObjType_RESOURCE |
| Modifier and Type | Method and Description |
|---|---|
static DNBMHIObjType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DNBMHIObjType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DNBMHIObjType DNBMHIObjType_PROCESS
public static final DNBMHIObjType DNBMHIObjType_RESOURCE
public static final DNBMHIObjType DNBMHIObjType_PRODUCT
public static final DNBMHIObjType DNBMHIObjType_MANUFACTURING_ASSEMBLY
public static final DNBMHIObjType DNBMHIObjType_MANUFACTURING_KITS
public static DNBMHIObjType[] values()
for (DNBMHIObjType c : DNBMHIObjType.values()) System.out.println(c);
public static DNBMHIObjType 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 null