Uses of Enum Class
de.gustavblass.fsu.fmi.roombooking.model.room.equipment.EquipmentCountCategory
Packages that use EquipmentCountCategory
Package
Description
-
Uses of EquipmentCountCategory in de.gustavblass.fsu.fmi.roombooking.dto
Fields in de.gustavblass.fsu.fmi.roombooking.dto declared as EquipmentCountCategoryModifier and TypeFieldDescriptionprivate final @Nullable EquipmentCountCategoryIndividualEquipmentDTO.countCategoryThe field for thecountCategoryrecord component.private @Nullable EquipmentCountCategoryIndividualEquipmentMutableDTO.countCategoryMethods in de.gustavblass.fsu.fmi.roombooking.dto that return EquipmentCountCategoryModifier and TypeMethodDescription@Nullable EquipmentCountCategoryIndividualEquipmentDTO.countCategory()Returns the value of thecountCategoryrecord component.Methods in de.gustavblass.fsu.fmi.roombooking.dto that return types with arguments of type EquipmentCountCategoryModifier and TypeMethodDescription@NonNull Optional<EquipmentCountCategory> IndividualEquipmentDTO.getCountCategory()Constructors in de.gustavblass.fsu.fmi.roombooking.dto with parameters of type EquipmentCountCategoryModifierConstructorDescriptionIndividualEquipmentDTO(@NonNull String type, @NonNull @Range(min=1L,max=2147483647L) Integer count, @Nullable EquipmentCountCategory countCategory) Creates an instance of aIndividualEquipmentDTOrecord class. -
Uses of EquipmentCountCategory in de.gustavblass.fsu.fmi.roombooking.model.room.equipment
Subclasses with type arguments of type EquipmentCountCategory in de.gustavblass.fsu.fmi.roombooking.model.room.equipmentModifier and TypeClassDescriptionenumFields in de.gustavblass.fsu.fmi.roombooking.model.room.equipment declared as EquipmentCountCategoryModifier and TypeFieldDescriptionprivate @Nullable EquipmentCountCategoryIndividualEquipment.countCategoryMethods in de.gustavblass.fsu.fmi.roombooking.model.room.equipment that return EquipmentCountCategoryModifier and TypeMethodDescriptionstatic EquipmentCountCategoryReturns the enum constant of this class with the specified name.static EquipmentCountCategory[]EquipmentCountCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gustavblass.fsu.fmi.roombooking.model.room.equipment that return types with arguments of type EquipmentCountCategoryModifier and TypeMethodDescription@NonNull Optional<EquipmentCountCategory> IndividualEquipment.getCountCategory()