public enum AlignmentParam extends java.lang.Enum<AlignmentParam>
Enum Constant and Description |
---|
arrowMessageAlignment |
noteTextAlignment |
packageTitleAlignment |
sequenceMessageAlignment |
sequenceMessageTextAlignment |
sequenceReferenceAlignment |
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
getDefaultValue() |
static AlignmentParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentParam arrowMessageAlignment
public static final AlignmentParam sequenceMessageAlignment
public static final AlignmentParam sequenceMessageTextAlignment
public static final AlignmentParam sequenceReferenceAlignment
public static final AlignmentParam packageTitleAlignment
public static final AlignmentParam noteTextAlignment
public static AlignmentParam[] values()
for (AlignmentParam c : AlignmentParam.values()) System.out.println(c);
public static AlignmentParam valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final HorizontalAlignment getDefaultValue()