public static enum AnnotationListModel.Bias extends Enum<AnnotationListModel.Bias>
Modifier and Type | Method and Description |
---|---|
static AnnotationListModel.Bias |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationListModel.Bias[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationListModel.Bias NONE
public static final AnnotationListModel.Bias LEFT
public static final AnnotationListModel.Bias RIGHT
public static AnnotationListModel.Bias[] values()
for (AnnotationListModel.Bias c : AnnotationListModel.Bias.values()) System.out.println(c);
public static AnnotationListModel.Bias 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 nullCopyright © 2001-2013 the JGloss developers. All Rights Reserved.