Package com.chrt.api.types
Enum OrgComplianceDocumentTypeEnum1.Value
- java.lang.Object
-
- java.lang.Enum<OrgComplianceDocumentTypeEnum1.Value>
-
- com.chrt.api.types.OrgComplianceDocumentTypeEnum1.Value
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OrgComplianceDocumentTypeEnum1.Value>
- Enclosing class:
- OrgComplianceDocumentTypeEnum1
public static enum OrgComplianceDocumentTypeEnum1.Value extends java.lang.Enum<OrgComplianceDocumentTypeEnum1.Value>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OrgComplianceDocumentTypeEnum1.ValuevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrgComplianceDocumentTypeEnum1.Value[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SECURITY_THREAT_ASSESSMENT
public static final OrgComplianceDocumentTypeEnum1.Value SECURITY_THREAT_ASSESSMENT
-
INSURANCE
public static final OrgComplianceDocumentTypeEnum1.Value INSURANCE
-
INDIRECT_AIR_CARRIER
public static final OrgComplianceDocumentTypeEnum1.Value INDIRECT_AIR_CARRIER
-
CUSTOMS_BROKER
public static final OrgComplianceDocumentTypeEnum1.Value CUSTOMS_BROKER
-
GDP
public static final OrgComplianceDocumentTypeEnum1.Value GDP
-
AUTHORIZED_ECONOMIC_OPERATOR
public static final OrgComplianceDocumentTypeEnum1.Value AUTHORIZED_ECONOMIC_OPERATOR
-
HIPAA
public static final OrgComplianceDocumentTypeEnum1.Value HIPAA
-
CHAIN_OF_CUSTODY
public static final OrgComplianceDocumentTypeEnum1.Value CHAIN_OF_CUSTODY
-
AUTO_LIABILITY_INSURANCE
public static final OrgComplianceDocumentTypeEnum1.Value AUTO_LIABILITY_INSURANCE
-
CARGO_INSURANCE
public static final OrgComplianceDocumentTypeEnum1.Value CARGO_INSURANCE
-
GENERAL_LIABILITY_INSURANCE
public static final OrgComplianceDocumentTypeEnum1.Value GENERAL_LIABILITY_INSURANCE
-
WORKERS_COMP_INSURANCE
public static final OrgComplianceDocumentTypeEnum1.Value WORKERS_COMP_INSURANCE
-
UNKNOWN
public static final OrgComplianceDocumentTypeEnum1.Value UNKNOWN
-
-
Method Detail
-
values
public static OrgComplianceDocumentTypeEnum1.Value[] 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 (OrgComplianceDocumentTypeEnum1.Value c : OrgComplianceDocumentTypeEnum1.Value.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OrgComplianceDocumentTypeEnum1.Value 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
-
-