public enum swRoutingSearchType_e extends java.lang.Enum<swRoutingSearchType_e>
Enum Constant and Description |
---|
swRoutingCableSearch |
swRoutingComponentSearch |
swRoutingConnectorSearch |
swRoutingFittingSearch |
swRoutingPipeSearch |
swRoutingPipeSegmentSearch |
swRoutingSignalSearch |
swRoutingWireSearch |
Modifier and Type | Method and Description |
---|---|
static swRoutingSearchType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRoutingSearchType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRoutingSearchType_e swRoutingConnectorSearch
public static final swRoutingSearchType_e swRoutingComponentSearch
public static final swRoutingSearchType_e swRoutingWireSearch
public static final swRoutingSearchType_e swRoutingCableSearch
public static final swRoutingSearchType_e swRoutingSignalSearch
public static final swRoutingSearchType_e swRoutingPipeSearch
public static final swRoutingSearchType_e swRoutingPipeSegmentSearch
public static final swRoutingSearchType_e swRoutingFittingSearch
public static swRoutingSearchType_e[] values()
for (swRoutingSearchType_e c : swRoutingSearchType_e.values()) System.out.println(c);
public static swRoutingSearchType_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