public enum OccurrenceInfo extends java.lang.Enum<OccurrenceInfo>
| Enum Constant and Description |
|---|
multipleTimeEvent |
oneTimeEvent |
| Modifier and Type | Method and Description |
|---|---|
int |
getInfo() |
static OccurrenceInfo |
getOccurrenceInfo(int info) |
static OccurrenceInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OccurrenceInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OccurrenceInfo oneTimeEvent
public static final OccurrenceInfo multipleTimeEvent
public static OccurrenceInfo[] values()
for (OccurrenceInfo c : OccurrenceInfo.values()) System.out.println(c);
public static OccurrenceInfo 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 getInfo()
public static OccurrenceInfo getOccurrenceInfo(int info)
Copyright © 2012. All Rights Reserved.