Serializable
, Comparable<Annotation.Valign>
public static enum Annotation.Valign extends Enum<Annotation.Valign>
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
|
static Annotation.Valign |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Annotation.Valign[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.Valign TOP
public static final Annotation.Valign MIDDLE
public static final Annotation.Valign BOTTOM
public static Annotation.Valign[] values()
for (Annotation.Valign c : Annotation.Valign.values()) System.out.println(c);
public static Annotation.Valign 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 toString()
toString
in class Enum<Annotation.Valign>
Copyright © 2021. All rights reserved.