public static enum DbProperties.PreviewPaneDefault extends Enum<DbProperties.PreviewPaneDefault>
Enum Constant and Description |
---|
BOTTOM |
BOTTOM_RIGHT |
RIGHT |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static DbProperties.PreviewPaneDefault |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbProperties.PreviewPaneDefault[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbProperties.PreviewPaneDefault BOTTOM
public static final DbProperties.PreviewPaneDefault BOTTOM_RIGHT
public static final DbProperties.PreviewPaneDefault RIGHT
public static DbProperties.PreviewPaneDefault[] values()
for (DbProperties.PreviewPaneDefault c : DbProperties.PreviewPaneDefault.values()) System.out.println(c);
public static DbProperties.PreviewPaneDefault 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 nullpublic String getPropertyName()
Copyright © 2019–2021 HCL. All rights reserved.