protected static enum MolPluginCore.PropertyKeys extends Enum<MolPluginCore.PropertyKeys>
| Enum Constant and Description |
|---|
border |
format |
height |
readonly |
widgetVar |
width |
| Modifier and Type | Method and Description |
|---|---|
static MolPluginCore.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MolPluginCore.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolPluginCore.PropertyKeys border
public static final MolPluginCore.PropertyKeys format
public static final MolPluginCore.PropertyKeys height
public static final MolPluginCore.PropertyKeys readonly
public static final MolPluginCore.PropertyKeys widgetVar
public static final MolPluginCore.PropertyKeys width
public static MolPluginCore.PropertyKeys[] values()
for (MolPluginCore.PropertyKeys c : MolPluginCore.PropertyKeys.values()) System.out.println(c);
public static MolPluginCore.PropertyKeys 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 © 2021 Leibniz Institute of Plant Biochemistry (IPB), Halle (Saale), Germany. All rights reserved.