public static enum ContentToolDefinition.Alignment extends Enum<ContentToolDefinition.Alignment>
Modifier and Type | Method and Description |
---|---|
static ContentToolDefinition.Alignment |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentToolDefinition.Alignment[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentToolDefinition.Alignment RIGHT
public static final ContentToolDefinition.Alignment LEFT
public static final ContentToolDefinition.Alignment CENTER
public static ContentToolDefinition.Alignment[] values()
for (ContentToolDefinition.Alignment c : ContentToolDefinition.Alignment.values()) System.out.println(c);
public static ContentToolDefinition.Alignment 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 Magnolia International Ltd.. All rights reserved.