public static enum ICalendarElement.Classification extends java.lang.Enum<ICalendarElement.Classification>
Enum Constant and Description |
---|
Confidential |
Private |
Public |
Modifier and Type | Method and Description |
---|---|
static ICalendarElement.Classification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICalendarElement.Classification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICalendarElement.Classification Public
public static final ICalendarElement.Classification Private
public static final ICalendarElement.Classification Confidential
public static ICalendarElement.Classification[] values()
for (ICalendarElement.Classification c : ICalendarElement.Classification.values()) System.out.println(c);
public static ICalendarElement.Classification 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 nullCopyright © 2021. All Rights Reserved.