Uses of Class
com.Server.entiy.enums.TypeCar
| Package | Description |
|---|---|
| com.Server.entiy |
com.Server.model has class with mapped to relation table database by ORM.
|
| com.Server.entiy.enums |
com.Server.entity.enums enums use on entity columns.
|
-
Uses of TypeCar in com.Server.entiy
Fields in com.Server.entiy declared as TypeCar Modifier and Type Field Description private @NotNull TypeCarCar. typeConstructors in com.Server.entiy with parameters of type TypeCar Constructor Description Car(java.lang.String mark, java.lang.String model, TypeCar type, int yearProduction, java.lang.String color, int engineCapacity, float money, Localization localization, java.lang.String image)Constructor Class Car -
Uses of TypeCar in com.Server.entiy.enums
Methods in com.Server.entiy.enums that return TypeCar Modifier and Type Method Description static TypeCarTypeCar. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeCar[]TypeCar. values()Returns an array containing the constants of this enum type, in the order they are declared.