Package Avalara.SDK.model.A1099.V2
Enum Form1095C.PlanStartMonthEnum
- java.lang.Object
-
- java.lang.Enum<Form1095C.PlanStartMonthEnum>
-
- Avalara.SDK.model.A1099.V2.Form1095C.PlanStartMonthEnum
-
- All Implemented Interfaces:
Serializable,Comparable<Form1095C.PlanStartMonthEnum>
- Enclosing class:
- Form1095C
public static enum Form1095C.PlanStartMonthEnum extends Enum<Form1095C.PlanStartMonthEnum>
Plan start month. The calendar month during which the plan year begins of the health plan in which the employee is offered coverage (or would be offered coverage if the employee were eligible to participate in the plan). Available values: - 00: None - 01: January - 02: February - 03: March - 04: April - 05: May - 06: June - 07: July - 08: August - 09: September - 10: October - 11: November - 12: December
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classForm1095C.PlanStartMonthEnum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Form1095C.PlanStartMonthEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static Form1095C.PlanStartMonthEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static Form1095C.PlanStartMonthEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_00
public static final Form1095C.PlanStartMonthEnum _00
-
_01
public static final Form1095C.PlanStartMonthEnum _01
-
_02
public static final Form1095C.PlanStartMonthEnum _02
-
_03
public static final Form1095C.PlanStartMonthEnum _03
-
_04
public static final Form1095C.PlanStartMonthEnum _04
-
_05
public static final Form1095C.PlanStartMonthEnum _05
-
_06
public static final Form1095C.PlanStartMonthEnum _06
-
_07
public static final Form1095C.PlanStartMonthEnum _07
-
_08
public static final Form1095C.PlanStartMonthEnum _08
-
_09
public static final Form1095C.PlanStartMonthEnum _09
-
_10
public static final Form1095C.PlanStartMonthEnum _10
-
_11
public static final Form1095C.PlanStartMonthEnum _11
-
_12
public static final Form1095C.PlanStartMonthEnum _12
-
-
Method Detail
-
values
public static Form1095C.PlanStartMonthEnum[] 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 (Form1095C.PlanStartMonthEnum c : Form1095C.PlanStartMonthEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Form1095C.PlanStartMonthEnum 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 nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<Form1095C.PlanStartMonthEnum>
-
fromValue
public static Form1095C.PlanStartMonthEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-