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