Package com.chrt.api.types
Class PaymentVectorTypeEnum1
- java.lang.Object
-
- com.chrt.api.types.PaymentVectorTypeEnum1
-
public final class PaymentVectorTypeEnum1 extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentVectorTypeEnum1.Valuestatic interfacePaymentVectorTypeEnum1.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static PaymentVectorTypeEnum1COURIER_PAY_DRIVERstatic PaymentVectorTypeEnum1FORWARDER_PAY_COURIERstatic PaymentVectorTypeEnum1SHIPPER_PAY_COURIERstatic PaymentVectorTypeEnum1SHIPPER_PAY_FORWARDER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)PaymentVectorTypeEnum1.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static PaymentVectorTypeEnum1valueOf(java.lang.String value)<T> Tvisit(PaymentVectorTypeEnum1.Visitor<T> visitor)
-
-
-
Field Detail
-
SHIPPER_PAY_COURIER
public static final PaymentVectorTypeEnum1 SHIPPER_PAY_COURIER
-
FORWARDER_PAY_COURIER
public static final PaymentVectorTypeEnum1 FORWARDER_PAY_COURIER
-
COURIER_PAY_DRIVER
public static final PaymentVectorTypeEnum1 COURIER_PAY_DRIVER
-
SHIPPER_PAY_FORWARDER
public static final PaymentVectorTypeEnum1 SHIPPER_PAY_FORWARDER
-
-
Method Detail
-
getEnumValue
public PaymentVectorTypeEnum1.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(PaymentVectorTypeEnum1.Visitor<T> visitor)
-
valueOf
public static PaymentVectorTypeEnum1 valueOf(java.lang.String value)
-
-