public enum EUserNoteProperties extends Enum<EUserNoteProperties>
| Modifier and Type | Method and Description | 
|---|---|
| static EUserNoteProperties | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static EUserNoteProperties[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final EUserNoteProperties FAV
public static final EUserNoteProperties LIKE
public static final EUserNoteProperties NOTIFY
public static EUserNoteProperties[] values()
for (EUserNoteProperties c : EUserNoteProperties.values()) System.out.println(c);
public static EUserNoteProperties 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 nullCopyright © 2019 Communote team. All rights reserved.