be.cin.mycarenet._1_0.carenet.types
Enum TransferDirectionType
java.lang.Object
java.lang.Enum<TransferDirectionType>
be.cin.mycarenet._1_0.carenet.types.TransferDirectionType
- All Implemented Interfaces:
- Serializable, Comparable<TransferDirectionType>
public enum TransferDirectionType
- extends Enum<TransferDirectionType>
Java class for TransferDirectionType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TransferDirectionType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="toOtherIo"/>
<enumeration value="fromOtherIo"/>
</restriction>
</simpleType>
TO_OTHER_IO
public static final TransferDirectionType TO_OTHER_IO
FROM_OTHER_IO
public static final TransferDirectionType FROM_OTHER_IO
values
public static TransferDirectionType[] 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 (TransferDirectionType c : TransferDirectionType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TransferDirectionType 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 TransferDirectionType fromValue(String v)
Connector Packaging PERSLOGOPEDIST 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.