Uses of Class
com.ibm.fhir.model.type.code.EndpointStatus.ValueSet
-
Packages that use EndpointStatus.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of EndpointStatus.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return EndpointStatus.ValueSet Modifier and Type Method Description static EndpointStatus.ValueSetEndpointStatus.ValueSet. from(String value)Factory method for creating EndpointStatus.ValueSet values from a passed string value.EndpointStatus.ValueSetEndpointStatus. getValueAsEnumConstant()static EndpointStatus.ValueSetEndpointStatus.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointStatus.ValueSet[]EndpointStatus.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type EndpointStatus.ValueSet Modifier and Type Method Description static EndpointStatusEndpointStatus. of(EndpointStatus.ValueSet value)Factory method for creating EndpointStatus objects from a passed enum value.EndpointStatus.BuilderEndpointStatus.Builder. value(EndpointStatus.ValueSet value)
-