Uses of Enum Class
ch.admin.bit.jeap.reaction.observer.core.domain.model.ObservationType
Packages that use ObservationType
-
Uses of ObservationType in ch.admin.bit.jeap.reaction.observer.core.domain.model
Methods in ch.admin.bit.jeap.reaction.observer.core.domain.model that return ObservationTypeModifier and TypeMethodDescriptionObservation.type()Returns the value of thetyperecord component.static ObservationTypeReturns the enum constant of this class with the specified name.static ObservationType[]ObservationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.admin.bit.jeap.reaction.observer.core.domain.model with parameters of type ObservationTypeModifierConstructorDescriptionObservation(ObservationId id, ObservationType type, String fqn, SortedMap<String, String> props) Creates an instance of aObservationrecord class.Observation(ObservationType type, String fqn, SortedMap<String, String> props)