public enum DeminimisSimpleBasisEnumType extends Enum<DeminimisSimpleBasisEnumType>
Java class for DeminimisSimpleBasis_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DeminimisSimpleBasis_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR2901"/>
<enumeration value="GIR2902"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_2901 |
De minimis election
|
GIR_2902 |
Simplified Calculation for Non-material Constituent Entities
|
| Modifier and Type | Method | Description |
|---|---|---|
static DeminimisSimpleBasisEnumType |
fromValue(String v) |
|
String |
value() |
|
static DeminimisSimpleBasisEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DeminimisSimpleBasisEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeminimisSimpleBasisEnumType GIR_2901
public static final DeminimisSimpleBasisEnumType GIR_2902
public static DeminimisSimpleBasisEnumType[] values()
for (DeminimisSimpleBasisEnumType c : DeminimisSimpleBasisEnumType.values()) System.out.println(c);
public static DeminimisSimpleBasisEnumType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static DeminimisSimpleBasisEnumType fromValue(String v)
Copyright © 2025. All rights reserved.