
Uses of Enum Class
org.hl7.fhir.r4.model.Endpoint.EndpointStatus
Packages that use Endpoint.EndpointStatus
-
Uses of Endpoint.EndpointStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Endpoint.EndpointStatusModifier and TypeFieldDescriptionprotected Enumeration<Endpoint.EndpointStatus> Endpoint.statusactive | suspended | error | off | test.Methods in org.hl7.fhir.r4.model that return Endpoint.EndpointStatusModifier and TypeMethodDescriptionstatic Endpoint.EndpointStatusEndpoint.getStatus()static Endpoint.EndpointStatusReturns the enum constant of this class with the specified name.static Endpoint.EndpointStatus[]Endpoint.EndpointStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Endpoint.EndpointStatusModifier and TypeMethodDescriptionEndpoint.EndpointStatusEnumFactory.fromType(PrimitiveType<?> code) Endpoint.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Endpoint.EndpointStatusModifier and TypeMethodDescriptionEndpoint.setStatus(Endpoint.EndpointStatus value) Endpoint.EndpointStatusEnumFactory.toCode(Endpoint.EndpointStatus code) Endpoint.EndpointStatusEnumFactory.toSystem(Endpoint.EndpointStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Endpoint.EndpointStatusModifier and TypeMethodDescriptionEndpoint.setStatusElement(Enumeration<Endpoint.EndpointStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Endpoint.EndpointStatusModifierConstructorDescriptionEndpoint(Enumeration<Endpoint.EndpointStatus> status, Coding connectionType, UrlType address) Constructor