public enum swBalloonStyle_e extends java.lang.Enum<swBalloonStyle_e>
Modifier and Type | Method and Description |
---|---|
static swBalloonStyle_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swBalloonStyle_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swBalloonStyle_e swBS_None
public static final swBalloonStyle_e swBS_Circular
public static final swBalloonStyle_e swBS_Triangle
public static final swBalloonStyle_e swBS_Hexagon
public static final swBalloonStyle_e swBS_Box
public static final swBalloonStyle_e swBS_Diamond
public static final swBalloonStyle_e swBS_Pentagon
public static final swBalloonStyle_e swBS_SplitCirc
public static final swBalloonStyle_e swBS_FlagPentagon
public static final swBalloonStyle_e swBS_FlagTriangle
public static final swBalloonStyle_e swBS_Underline
public static final swBalloonStyle_e swBS_Square
public static final swBalloonStyle_e swBS_SCircle
public static final swBalloonStyle_e swBS_Inspection
public static final swBalloonStyle_e swBS_ArcBracket
public static final swBalloonStyle_e swBS_RectBracket
public static final swBalloonStyle_e swBS_ArclenSym
public static final swBalloonStyle_e swBS_FixedSym
public static final swBalloonStyle_e swBS_DoubleArrow
public static final swBalloonStyle_e swBS_SplitSquare
public static final swBalloonStyle_e swBS_Verbose
public static swBalloonStyle_e[] values()
for (swBalloonStyle_e c : swBalloonStyle_e.values()) System.out.println(c);
public static swBalloonStyle_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