Uses of Class
de.trustable.ca3s.core.domain.enumeration.TimedElementNotificationType
-
Packages that use TimedElementNotificationType Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration -
-
Uses of TimedElementNotificationType in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type TimedElementNotificationType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<TimedElementNotification,TimedElementNotificationType>TimedElementNotification_. typeMethods in de.trustable.ca3s.core.domain that return TimedElementNotificationType Modifier and Type Method Description TimedElementNotificationTypeTimedElementNotification. getType()Methods in de.trustable.ca3s.core.domain with parameters of type TimedElementNotificationType Modifier and Type Method Description voidTimedElementNotification. setType(TimedElementNotificationType type)TimedElementNotificationTimedElementNotification. type(TimedElementNotificationType type) -
Uses of TimedElementNotificationType in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return TimedElementNotificationType Modifier and Type Method Description static TimedElementNotificationTypeTimedElementNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TimedElementNotificationType[]TimedElementNotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-