Uses of Class
org.linuxforhealth.fhir.model.resource.Flag
-
Packages that use Flag Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of Flag in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Flag Modifier and Type Method Description FlagFlag.Builder. build()Build theFlagMethods in org.linuxforhealth.fhir.model.resource with parameters of type Flag Modifier and Type Method Description protected Flag.BuilderFlag.Builder. from(Flag flag)protected voidFlag.Builder. validate(Flag flag) -
Uses of Flag in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type Flag Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, Flag flag)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, Flag flag)
-