public static enum LeckoActivityListener.excludedTypes extends Enum<LeckoActivityListener.excludedTypes>
| Enum Constant and Description |
|---|
SPACE_ACTIVITY |
USER_ACTIVITIES_FOR_RELATIONSHIP |
USER_COMMENTS_ACTIVITY_FOR_RELATIONSHIP |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String s) |
static LeckoActivityListener.excludedTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LeckoActivityListener.excludedTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeckoActivityListener.excludedTypes SPACE_ACTIVITY
public static final LeckoActivityListener.excludedTypes USER_ACTIVITIES_FOR_RELATIONSHIP
public static final LeckoActivityListener.excludedTypes USER_COMMENTS_ACTIVITY_FOR_RELATIONSHIP
public static LeckoActivityListener.excludedTypes[] values()
for (LeckoActivityListener.excludedTypes c : LeckoActivityListener.excludedTypes.values()) System.out.println(c);
public static LeckoActivityListener.excludedTypes 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 static boolean contains(String s)
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.