Uses of Class
de.trustable.ca3s.core.domain.enumeration.Interval
-
Packages that use Interval Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration -
-
Uses of Interval in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type Interval Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CAConnectorConfig,Interval>CAConnectorConfig_. intervalMethods in de.trustable.ca3s.core.domain that return Interval Modifier and Type Method Description IntervalCAConnectorConfig. getInterval()Methods in de.trustable.ca3s.core.domain with parameters of type Interval Modifier and Type Method Description CAConnectorConfigCAConnectorConfig. interval(Interval interval)voidCAConnectorConfig. setInterval(Interval interval) -
Uses of Interval in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return Interval Modifier and Type Method Description static IntervalInterval. valueOf(String name)Returns the enum constant of this type with the specified name.static Interval[]Interval. values()Returns an array containing the constants of this enum type, in the order they are declared.
-