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