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 StatusAccount.getLoginStatus()Account.getServiceStatus()Account.getSystemAccessStatus()static StatusReturns 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 TypeMethodDescriptionvoidAccount.setLoginStatus(Status loginStatus) voidAccount.setServiceStatus(Status serviceStatus) voidAccount.setSystemAccessStatus(Status systemAccessStatus) Constructors in org.hibernate.testing.orm.domain.helpdesk with parameters of type Status