public static enum CalendarManager.Periodicity extends java.lang.Enum<CalendarManager.Periodicity>
Enum Constant and Description |
---|
DAY |
FORTNIGHT |
MONTH |
NONE |
WEEK |
YEAR |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIgnoreCase(java.lang.String str) |
static CalendarManager.Periodicity |
getFromString(java.lang.String str) |
java.lang.String |
getLabel() |
static CalendarManager.Periodicity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarManager.Periodicity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarManager.Periodicity NONE
public static final CalendarManager.Periodicity DAY
public static final CalendarManager.Periodicity WEEK
public static final CalendarManager.Periodicity FORTNIGHT
public static final CalendarManager.Periodicity MONTH
public static final CalendarManager.Periodicity YEAR
public static CalendarManager.Periodicity[] values()
for (CalendarManager.Periodicity c : CalendarManager.Periodicity.values()) System.out.println(c);
public static CalendarManager.Periodicity 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.Periodicity getFromString(java.lang.String str)
Copyright © 2001-2017 Jalios SA. All Rights Reserved.