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