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