public enum Catalog extends Enum<Catalog>
CatalogField| Enum Constant and Description |
|---|
CAUSE
BEWARE - table is the same for Event, Cause and Measure catalogs - catalogs are separated by ID offset (OMG WTF?)
|
CONTRACTOR |
CUSTOMER |
DRAWING |
EMPLOYEE |
EVENT
BEWARE - table is the same for Event, Cause and Measure catalogs - catalogs are separated by ID offset (OMG WTF?)
|
GAGE |
K0061 |
K0062 |
K0063 |
MACHINE |
MANUFACTURER |
MATERIAL |
MEASURE
BEWARE - table is the same for Event, Cause and Measure catalogs - catalogs are separated by ID offset (OMG WTF?)
|
OPERATOR |
ORDINAL_CLASS |
PROCESS_PARAMETER |
PRODUCT |
PURCHASE_ORDER |
SUPPLIER |
TOOL |
UNIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName() |
static Catalog |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Catalog[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Catalog SUPPLIER
public static final Catalog CUSTOMER
public static final Catalog EMPLOYEE
public static final Catalog OPERATOR
public static final Catalog MACHINE
public static final Catalog TOOL
public static final Catalog MANUFACTURER
public static final Catalog MATERIAL
public static final Catalog UNIT
public static final Catalog DRAWING
public static final Catalog PRODUCT
public static final Catalog PURCHASE_ORDER
public static final Catalog EVENT
public static final Catalog CAUSE
public static final Catalog MEASURE
public static final Catalog ORDINAL_CLASS
public static final Catalog CONTRACTOR
public static final Catalog GAGE
public static final Catalog PROCESS_PARAMETER
public static final Catalog K0061
public static final Catalog K0062
public static final Catalog K0063
public static Catalog[] values()
for (Catalog c : Catalog.values()) System.out.println(c);
public static Catalog 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 String getTableName()
Copyright © 2019. All rights reserved.