public static enum CalendarEventInterface.IconSize extends java.lang.Enum<CalendarEventInterface.IconSize>
Modifier and Type | Method and Description |
---|---|
int |
getSize() |
static CalendarEventInterface.IconSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CalendarEventInterface.IconSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CalendarEventInterface.IconSize SMALL
public static final CalendarEventInterface.IconSize MEDIUM
public static final CalendarEventInterface.IconSize LARGE
public static CalendarEventInterface.IconSize[] values()
for (CalendarEventInterface.IconSize c : CalendarEventInterface.IconSize.values()) System.out.println(c);
public static CalendarEventInterface.IconSize 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 int getSize()
Copyright © 2001-2017 Jalios SA. All Rights Reserved.