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 Flag
Flag.Builder. build()
Build theFlag
Methods in org.linuxforhealth.fhir.model.resource with parameters of type Flag Modifier and Type Method Description protected Flag.Builder
Flag.Builder. from(Flag flag)
protected void
Flag.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, Flag flag)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, Flag flag)
-