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