public static enum BaseUIActivity.CommentStatus extends Enum<BaseUIActivity.CommentStatus>
| Modifier and Type | Method and Description |
|---|---|
String |
getStatus() |
static BaseUIActivity.CommentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseUIActivity.CommentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseUIActivity.CommentStatus LATEST
public static final BaseUIActivity.CommentStatus ALL
public static final BaseUIActivity.CommentStatus NONE
public static BaseUIActivity.CommentStatus[] values()
for (BaseUIActivity.CommentStatus c : BaseUIActivity.CommentStatus.values()) System.out.println(c);
public static BaseUIActivity.CommentStatus 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 getStatus()
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.