public static enum PbUpload.LabelPosition extends Enum<PbUpload.LabelPosition>
| Modifier and Type | Method and Description |
|---|---|
static PbUpload.LabelPosition |
fromValue(String value) |
String |
toString() |
String |
value() |
static PbUpload.LabelPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PbUpload.LabelPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PbUpload.LabelPosition LEFT
public static final PbUpload.LabelPosition TOP
public static PbUpload.LabelPosition[] values()
for (PbUpload.LabelPosition c : PbUpload.LabelPosition.values()) System.out.println(c);
public static PbUpload.LabelPosition 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 toString()
toString in class Enum<PbUpload.LabelPosition>public String value()
public static PbUpload.LabelPosition fromValue(String value)
Copyright © 2021. All rights reserved.