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