Uses of Class
org.hl7.fhir.dstu2016may.model.ActionDefinition.ActionType
-
Packages that use ActionDefinition.ActionType Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of ActionDefinition.ActionType in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ActionDefinition.ActionType Modifier and Type Field Description protected Enumeration<ActionDefinition.ActionType>ActionDefinition. typeThe type of action to perform (create, update, remove).Methods in org.hl7.fhir.dstu2016may.model that return ActionDefinition.ActionType Modifier and Type Method Description static ActionDefinition.ActionTypeActionDefinition.ActionType. fromCode(String codeString)ActionDefinition.ActionTypeActionDefinition.ActionTypeEnumFactory. fromCode(String codeString)ActionDefinition.ActionTypeActionDefinition. getType()static ActionDefinition.ActionTypeActionDefinition.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionDefinition.ActionType[]ActionDefinition.ActionType. 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.ActionType Modifier and Type Method Description Enumeration<ActionDefinition.ActionType>ActionDefinition.ActionTypeEnumFactory. fromType(Base code)Enumeration<ActionDefinition.ActionType>ActionDefinition. getTypeElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ActionDefinition.ActionType Modifier and Type Method Description ActionDefinitionActionDefinition. setType(ActionDefinition.ActionType value)StringActionDefinition.ActionTypeEnumFactory. toCode(ActionDefinition.ActionType code)StringActionDefinition.ActionTypeEnumFactory. toSystem(ActionDefinition.ActionType code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type ActionDefinition.ActionType Modifier and Type Method Description ActionDefinitionActionDefinition. setTypeElement(Enumeration<ActionDefinition.ActionType> value)
-