Uses of Enum Class
org.hibernate.testing.orm.domain.helpdesk.Status
Packages that use Status
-
Uses of Status in org.hibernate.testing.orm.domain.helpdesk
Methods in org.hibernate.testing.orm.domain.helpdesk that return StatusModifier and TypeMethodDescriptionstatic Status
Account.getLoginStatus()
Account.getServiceStatus()
Account.getSystemAccessStatus()
static Status
Returns the enum constant of this class with the specified name.static Status[]
Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.testing.orm.domain.helpdesk with parameters of type StatusModifier and TypeMethodDescriptionvoid
Account.setLoginStatus
(Status loginStatus) void
Account.setServiceStatus
(Status serviceStatus) void
Account.setSystemAccessStatus
(Status systemAccessStatus) Constructors in org.hibernate.testing.orm.domain.helpdesk with parameters of type Status