Package com.chrt.api.types
Class CargojsonParticipantAddressType
- java.lang.Object
-
- com.chrt.api.types.CargojsonParticipantAddressType
-
public final class CargojsonParticipantAddressType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCargojsonParticipantAddressType.Valuestatic interfaceCargojsonParticipantAddressType.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static CargojsonParticipantAddressTypeCARRIER_CODE_3_Nstatic CargojsonParticipantAddressTypeEMAILstatic CargojsonParticipantAddressTypeIATA_CARRIER_CODEstatic CargojsonParticipantAddressTypePIMAstatic CargojsonParticipantAddressTypeTTYstatic CargojsonParticipantAddressTypeUNNKOWNstatic CargojsonParticipantAddressTypeWEBSITE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)CargojsonParticipantAddressType.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static CargojsonParticipantAddressTypevalueOf(java.lang.String value)<T> Tvisit(CargojsonParticipantAddressType.Visitor<T> visitor)
-
-
-
Field Detail
-
PIMA
public static final CargojsonParticipantAddressType PIMA
-
EMAIL
public static final CargojsonParticipantAddressType EMAIL
-
WEBSITE
public static final CargojsonParticipantAddressType WEBSITE
-
UNNKOWN
public static final CargojsonParticipantAddressType UNNKOWN
-
TTY
public static final CargojsonParticipantAddressType TTY
-
CARRIER_CODE_3_N
public static final CargojsonParticipantAddressType CARRIER_CODE_3_N
-
IATA_CARRIER_CODE
public static final CargojsonParticipantAddressType IATA_CARRIER_CODE
-
-
Method Detail
-
getEnumValue
public CargojsonParticipantAddressType.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(CargojsonParticipantAddressType.Visitor<T> visitor)
-
valueOf
public static CargojsonParticipantAddressType valueOf(java.lang.String value)
-
-