be.fgov.ehealth.samcivics.type.v2
Enum ValidityPeriodUnit
java.lang.Object
java.lang.Enum<ValidityPeriodUnit>
be.fgov.ehealth.samcivics.type.v2.ValidityPeriodUnit
- All Implemented Interfaces:
- Serializable, Comparable<ValidityPeriodUnit>
public enum ValidityPeriodUnit
- extends Enum<ValidityPeriodUnit>
Java class for ValidityPeriodUnit.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ValidityPeriodUnit">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="D"/>
<enumeration value="W"/>
<enumeration value="M"/>
<enumeration value="Y"/>
</restriction>
</simpleType>
Enum Constant Summary |
D
|
M
|
W
|
Y
|
D
public static final ValidityPeriodUnit D
W
public static final ValidityPeriodUnit W
M
public static final ValidityPeriodUnit M
Y
public static final ValidityPeriodUnit Y
values
public static ValidityPeriodUnit[] 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 (ValidityPeriodUnit c : ValidityPeriodUnit.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ValidityPeriodUnit 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 ValidityPeriodUnit fromValue(String v)
Connector Packaging PERSPHYSICIAN 3.27.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.