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