public enum swBalloonTextContent_e extends java.lang.Enum<swBalloonTextContent_e>
Modifier and Type | Method and Description |
---|---|
static swBalloonTextContent_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBalloonTextContent_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBalloonTextContent_e swBalloonTextCustom
public static final swBalloonTextContent_e swBalloonTextItemNumber
public static final swBalloonTextContent_e swBalloonTextQuantity
public static final swBalloonTextContent_e swBalloonTextCustomProperties
public static final swBalloonTextContent_e swBalloonTextComponentReference
public static final swBalloonTextContent_e swBalloonTextSpoolReference
public static final swBalloonTextContent_e swBalloonTextPartNumberBOM
public static final swBalloonTextContent_e swBalloonTextFileName
public static final swBalloonTextContent_e swBalloonTextCutlistProperties
public static final swBalloonTextContent_e swBalloonTextViewSheet
public static final swBalloonTextContent_e swBalloonTextViewSheetWithLabel
public static final swBalloonTextContent_e swBalloonTextViewZone
public static final swBalloonTextContent_e swBalloonTextViewViewLetter
public static swBalloonTextContent_e[] values()
for (swBalloonTextContent_e c : swBalloonTextContent_e.values()) System.out.println(c);
public static swBalloonTextContent_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