Package com.chrt.api.types
Class CargojsonParticipantType
- java.lang.Object
-
- com.chrt.api.types.CargojsonParticipantType
-
public final class CargojsonParticipantType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCargojsonParticipantType.Valuestatic interfaceCargojsonParticipantType.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static CargojsonParticipantTypeAGTstatic CargojsonParticipantTypeAIRstatic CargojsonParticipantTypeAPTstatic CargojsonParticipantTypeBRKstatic CargojsonParticipantTypeCAGstatic CargojsonParticipantTypeCNEstatic CargojsonParticipantTypeCTMstatic CargojsonParticipantTypeDCLstatic CargojsonParticipantTypeDECstatic CargojsonParticipantTypeFFWstatic CargojsonParticipantTypeGHAstatic CargojsonParticipantTypePTTstatic CargojsonParticipantTypeSHPstatic CargojsonParticipantTypeTRK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)CargojsonParticipantType.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static CargojsonParticipantTypevalueOf(java.lang.String value)<T> Tvisit(CargojsonParticipantType.Visitor<T> visitor)
-
-
-
Field Detail
-
DEC
public static final CargojsonParticipantType DEC
-
APT
public static final CargojsonParticipantType APT
-
TRK
public static final CargojsonParticipantType TRK
-
BRK
public static final CargojsonParticipantType BRK
-
DCL
public static final CargojsonParticipantType DCL
-
SHP
public static final CargojsonParticipantType SHP
-
CTM
public static final CargojsonParticipantType CTM
-
AIR
public static final CargojsonParticipantType AIR
-
FFW
public static final CargojsonParticipantType FFW
-
GHA
public static final CargojsonParticipantType GHA
-
CAG
public static final CargojsonParticipantType CAG
-
CNE
public static final CargojsonParticipantType CNE
-
AGT
public static final CargojsonParticipantType AGT
-
PTT
public static final CargojsonParticipantType PTT
-
-
Method Detail
-
getEnumValue
public CargojsonParticipantType.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(CargojsonParticipantType.Visitor<T> visitor)
-
valueOf
public static CargojsonParticipantType valueOf(java.lang.String value)
-
-