public enum AlignParam extends Enum<AlignParam>
Enum Constant and Description |
---|
SEQUENCE_MESSAGE_ALIGN |
SEQUENCE_MESSAGETEXT_ALIGN |
SEQUENCE_REFERENCE_ALIGN |
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
getDefaultValue() |
static AlignParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlignParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignParam SEQUENCE_MESSAGE_ALIGN
public static final AlignParam SEQUENCE_MESSAGETEXT_ALIGN
public static final AlignParam SEQUENCE_REFERENCE_ALIGN
public static AlignParam[] values()
for (AlignParam c : AlignParam.values()) System.out.println(c);
public static AlignParam 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 final HorizontalAlignment getDefaultValue()
Copyright © 2014. All Rights Reserved.