Enum HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum
- java.lang.Object
-
- java.lang.Enum<HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum>
-
- com.stackone.stackone_client_java.models.components.HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum>
- Enclosing class:
- HrisCreateEmployeeRequestDtoMaritalStatusValue
public static enum HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum extends java.lang.Enum<HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COMMON_LAWDIVORCEDDOMESTIC_PARTNERSHIPMARRIEDNOT_DISCLOSEDOTHERSEPARATEDSINGLEUNMAPPED_VALUEWIDOWED
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringvalue()static HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnumvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SINGLE
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum SINGLE
-
MARRIED
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum MARRIED
-
COMMON_LAW
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum COMMON_LAW
-
DIVORCED
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum DIVORCED
-
WIDOWED
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum WIDOWED
-
DOMESTIC_PARTNERSHIP
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum DOMESTIC_PARTNERSHIP
-
SEPARATED
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum SEPARATED
-
OTHER
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum OTHER
-
NOT_DISCLOSED
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum NOT_DISCLOSED
-
UNMAPPED_VALUE
public static final HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum UNMAPPED_VALUE
-
-
Method Detail
-
values
public static HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum[] 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 (HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum c : HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HrisCreateEmployeeRequestDtoMaritalStatusValue.HrisCreateEmployeeRequestDtoMaritalStatusValueEnum valueOf(java.lang.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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
value
public java.lang.String value()
-
-