public enum swWeldSymbolTextTypes_e extends java.lang.Enum<swWeldSymbolTextTypes_e>
Enum Constant and Description |
---|
swWeldLeftTextAbove |
swWeldLeftTextBelow |
swWeldProcessText |
swWeldRightTextAbove |
swWeldRightTextBelow |
swWeldStaggerTextAbove |
swWeldStaggerTextBelow |
swWeldSymbolTextAbove |
swWeldSymbolTextBelow |
Modifier and Type | Method and Description |
---|---|
static swWeldSymbolTextTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swWeldSymbolTextTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swWeldSymbolTextTypes_e swWeldLeftTextAbove
public static final swWeldSymbolTextTypes_e swWeldSymbolTextAbove
public static final swWeldSymbolTextTypes_e swWeldRightTextAbove
public static final swWeldSymbolTextTypes_e swWeldStaggerTextAbove
public static final swWeldSymbolTextTypes_e swWeldLeftTextBelow
public static final swWeldSymbolTextTypes_e swWeldSymbolTextBelow
public static final swWeldSymbolTextTypes_e swWeldRightTextBelow
public static final swWeldSymbolTextTypes_e swWeldStaggerTextBelow
public static final swWeldSymbolTextTypes_e swWeldProcessText
public static swWeldSymbolTextTypes_e[] values()
for (swWeldSymbolTextTypes_e c : swWeldSymbolTextTypes_e.values()) System.out.println(c);
public static swWeldSymbolTextTypes_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