public static enum MediaObject.MediaAlign extends Enum<MediaObject.MediaAlign>
| Modifier and Type | Method and Description |
|---|---|
static MediaObject.MediaAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaObject.MediaAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaObject.MediaAlign MIDDLE
public static final MediaObject.MediaAlign BOTTOM
public static final MediaObject.MediaAlign TOP
public static MediaObject.MediaAlign[] values()
for (MediaObject.MediaAlign c : MediaObject.MediaAlign.values()) System.out.println(c);
public static MediaObject.MediaAlign 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 © 2019–2022 Dominokit. All rights reserved.