public static enum DBLoadingUtils.AnchorType extends Enum<DBLoadingUtils.AnchorType>
| Enum Constant and Description |
|---|
ANCHOR |
BOTH |
INTER_ANCHOR |
| Modifier and Type | Method and Description |
|---|---|
static DBLoadingUtils.AnchorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBLoadingUtils.AnchorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBLoadingUtils.AnchorType INTER_ANCHOR
public static final DBLoadingUtils.AnchorType ANCHOR
public static final DBLoadingUtils.AnchorType BOTH
public static DBLoadingUtils.AnchorType[] values()
for (DBLoadingUtils.AnchorType c : DBLoadingUtils.AnchorType.values()) System.out.println(c);
public static DBLoadingUtils.AnchorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.