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