Uses of Enum
de.fraunhofer.iese.mydata.reactive.common.RxPepState
Packages that use RxPepState
-
Uses of RxPepState in de.fraunhofer.iese.mydata.reactive
Fields in de.fraunhofer.iese.mydata.reactive with type parameters of type RxPepStateModifier and TypeFieldDescriptionprotected final AtomicReference<RxPepState>
AbstractRxPep.pepState
The pep state.Methods in de.fraunhofer.iese.mydata.reactive that return RxPepState -
Uses of RxPepState in de.fraunhofer.iese.mydata.reactive.common
Methods in de.fraunhofer.iese.mydata.reactive.common that return RxPepStateModifier and TypeMethodDescriptionRxPep.getState()
Returns one of the following RxPep states: REGISTRATION_DONE_SUCCESSFULLY: Pep is already registered at PMP. REGISTRATION_FAILED: Pep failed to register at PMP. REGISTRATION_NOT_STARTED: Registration has not been started yet and Pep needs to be initialized for the registration to be started. REGISTRATION_UNDER_PROCESS: Registration is being processed.static RxPepState
Returns the enum constant of this type with the specified name.static RxPepState[]
RxPepState.values()
Returns an array containing the constants of this enum type, in the order they are declared.