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