VehicleType

차종
Vehicle type

Entries

Link copied to clipboard
@SerializedName(value = "1")
FIRST

1종, 승용차, 소형승합차, 소형화물차
Class 1, passenger car, small van, small truck

Link copied to clipboard
@SerializedName(value = "2")
SECOND

2종, 중형승합차, 중형화물차
Class 2, mid-size van, mid-size truck

Link copied to clipboard
@SerializedName(value = "3")
THIRD

3종, 대형승합차, 2축 대형화물차
Class 3, large van, 2-axis large truck

Link copied to clipboard
@SerializedName(value = "4")
FOURTH

4종, 3축 대형화물차
Class 4, 3-axis large truck

Link copied to clipboard
@SerializedName(value = "5")
FIFTH

5종, 4축 이상 특수화물차
Class 5, special truck with four axes or more

Link copied to clipboard
@SerializedName(value = "6")
SIXTH

6종, 경차
Class 6, compact car

Link copied to clipboard
@SerializedName(value = "7")
TWO_WHEEL

이륜차
Two-wheeled vehicle

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard