public static enum CalendarManager.PeriodicEventModificationScope extends java.lang.Enum<CalendarManager.PeriodicEventModificationScope>
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equalsIgnoreCase(java.lang.String str)  | 
static CalendarManager.PeriodicEventModificationScope | 
getFromString(java.lang.String str)  | 
java.lang.String | 
getLabel()  | 
static CalendarManager.PeriodicEventModificationScope | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static CalendarManager.PeriodicEventModificationScope[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CalendarManager.PeriodicEventModificationScope ALL
public static final CalendarManager.PeriodicEventModificationScope ONLY
public static final CalendarManager.PeriodicEventModificationScope FURTHER
public static CalendarManager.PeriodicEventModificationScope[] values()
for (CalendarManager.PeriodicEventModificationScope c : CalendarManager.PeriodicEventModificationScope.values()) System.out.println(c);
public static CalendarManager.PeriodicEventModificationScope valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLabel()
public boolean equalsIgnoreCase(java.lang.String str)
public static CalendarManager.PeriodicEventModificationScope getFromString(java.lang.String str)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.