Uses of Class
org.hl7.fhir.dstu2016may.model.ActionDefinition.ActionRelationshipAnchor
-
Packages that use ActionDefinition.ActionRelationshipAnchor Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of ActionDefinition.ActionRelationshipAnchor in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ActionDefinition.ActionRelationshipAnchor Modifier and Type Field Description protected Enumeration<ActionDefinition.ActionRelationshipAnchor>ActionDefinition.ActionDefinitionRelatedActionComponent. anchorAn optional indicator for how the relationship is anchored to the related action.Methods in org.hl7.fhir.dstu2016may.model that return ActionDefinition.ActionRelationshipAnchor Modifier and Type Method Description static ActionDefinition.ActionRelationshipAnchorActionDefinition.ActionRelationshipAnchor. fromCode(String codeString)ActionDefinition.ActionRelationshipAnchorActionDefinition.ActionRelationshipAnchorEnumFactory. fromCode(String codeString)ActionDefinition.ActionRelationshipAnchorActionDefinition.ActionDefinitionRelatedActionComponent. getAnchor()static ActionDefinition.ActionRelationshipAnchorActionDefinition.ActionRelationshipAnchor. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionDefinition.ActionRelationshipAnchor[]ActionDefinition.ActionRelationshipAnchor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ActionDefinition.ActionRelationshipAnchor Modifier and Type Method Description Enumeration<ActionDefinition.ActionRelationshipAnchor>ActionDefinition.ActionRelationshipAnchorEnumFactory. fromType(Base code)Enumeration<ActionDefinition.ActionRelationshipAnchor>ActionDefinition.ActionDefinitionRelatedActionComponent. getAnchorElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ActionDefinition.ActionRelationshipAnchor Modifier and Type Method Description ActionDefinition.ActionDefinitionRelatedActionComponentActionDefinition.ActionDefinitionRelatedActionComponent. setAnchor(ActionDefinition.ActionRelationshipAnchor value)StringActionDefinition.ActionRelationshipAnchorEnumFactory. toCode(ActionDefinition.ActionRelationshipAnchor code)StringActionDefinition.ActionRelationshipAnchorEnumFactory. toSystem(ActionDefinition.ActionRelationshipAnchor code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type ActionDefinition.ActionRelationshipAnchor Modifier and Type Method Description ActionDefinition.ActionDefinitionRelatedActionComponentActionDefinition.ActionDefinitionRelatedActionComponent. setAnchorElement(Enumeration<ActionDefinition.ActionRelationshipAnchor> value)
-