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