Uses of Class
org.hl7.fhir.dstu2016may.model.Protocol.ProtocolType
-
Packages that use Protocol.ProtocolType Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of Protocol.ProtocolType in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Protocol.ProtocolType Modifier and Type Field Description protected Enumeration<Protocol.ProtocolType>Protocol. typeA code that classifies the general type of context to which these behavior definitions apply.Methods in org.hl7.fhir.dstu2016may.model that return Protocol.ProtocolType Modifier and Type Method Description static Protocol.ProtocolTypeProtocol.ProtocolType. fromCode(String codeString)Protocol.ProtocolTypeProtocol.ProtocolTypeEnumFactory. fromCode(String codeString)Protocol.ProtocolTypeProtocol. getType()static Protocol.ProtocolTypeProtocol.ProtocolType. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol.ProtocolType[]Protocol.ProtocolType. 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 Protocol.ProtocolType Modifier and Type Method Description Enumeration<Protocol.ProtocolType>Protocol.ProtocolTypeEnumFactory. fromType(Base code)Enumeration<Protocol.ProtocolType>Protocol. getTypeElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Protocol.ProtocolType Modifier and Type Method Description ProtocolProtocol. setType(Protocol.ProtocolType value)StringProtocol.ProtocolTypeEnumFactory. toCode(Protocol.ProtocolType code)StringProtocol.ProtocolTypeEnumFactory. toSystem(Protocol.ProtocolType code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type Protocol.ProtocolType Modifier and Type Method Description ProtocolProtocol. setTypeElement(Enumeration<Protocol.ProtocolType> value)
-