be.cin.mycarenet._1_0.carenet.types
Enum EventType
java.lang.Object
java.lang.Enum<EventType>
be.cin.mycarenet._1_0.carenet.types.EventType
- All Implemented Interfaces:
- Serializable, Comparable<EventType>
public enum EventType
- extends Enum<EventType>
Java class for EventType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EventType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="changeDuring"/>
<enumeration value="multiple"/>
<enumeration value="closedBefore"/>
<enumeration value="startLater"/>
</restriction>
</simpleType>
CHANGE_DURING
public static final EventType CHANGE_DURING
MULTIPLE
public static final EventType MULTIPLE
CLOSED_BEFORE
public static final EventType CLOSED_BEFORE
START_LATER
public static final EventType START_LATER
values
public static EventType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EventType c : EventType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EventType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
value
public String value()
fromValue
public static EventType fromValue(String v)
Connector Packaging PERSLOGOPEDIST 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.