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