Serializable, Comparable<AnnotationInfo.HorizontalAlignmentEnum>public static enum AnnotationInfo.HorizontalAlignmentEnum extends Enum<AnnotationInfo.HorizontalAlignmentEnum>
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AnnotationInfo.HorizontalAlignmentEnum.Adapter |
| Modifier and Type | Method | Description |
|---|---|---|
static AnnotationInfo.HorizontalAlignmentEnum |
fromValue(String text) |
|
String |
getValue() |
|
String |
toString() |
|
static AnnotationInfo.HorizontalAlignmentEnum |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AnnotationInfo.HorizontalAlignmentEnum[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationInfo.HorizontalAlignmentEnum NONE
public static final AnnotationInfo.HorizontalAlignmentEnum LEFT
public static final AnnotationInfo.HorizontalAlignmentEnum CENTER
public static final AnnotationInfo.HorizontalAlignmentEnum RIGHT
public static AnnotationInfo.HorizontalAlignmentEnum[] values()
for (AnnotationInfo.HorizontalAlignmentEnum c : AnnotationInfo.HorizontalAlignmentEnum.values()) System.out.println(c);
public static AnnotationInfo.HorizontalAlignmentEnum 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 String getValue()
public String toString()
toString in class Enum<AnnotationInfo.HorizontalAlignmentEnum>public static AnnotationInfo.HorizontalAlignmentEnum fromValue(String text)
Copyright © 2025. All rights reserved.