Uses of Class
org.hl7.fhir.dstu3.model.Sequence.RepositoryType
-
Packages that use Sequence.RepositoryType Package Description org.hl7.fhir.dstu3.model -
-
Uses of Sequence.RepositoryType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Sequence.RepositoryType Modifier and Type Field Description protected Enumeration<Sequence.RepositoryType>Sequence.SequenceRepositoryComponent. typeClick and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.Methods in org.hl7.fhir.dstu3.model that return Sequence.RepositoryType Modifier and Type Method Description static Sequence.RepositoryTypeSequence.RepositoryType. fromCode(String codeString)Sequence.RepositoryTypeSequence.RepositoryTypeEnumFactory. fromCode(String codeString)Sequence.RepositoryTypeSequence.SequenceRepositoryComponent. getType()static Sequence.RepositoryTypeSequence.RepositoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static Sequence.RepositoryType[]Sequence.RepositoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Sequence.RepositoryType Modifier and Type Method Description Enumeration<Sequence.RepositoryType>Sequence.RepositoryTypeEnumFactory. fromType(PrimitiveType<?> code)Enumeration<Sequence.RepositoryType>Sequence.SequenceRepositoryComponent. getTypeElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Sequence.RepositoryType Modifier and Type Method Description Sequence.SequenceRepositoryComponentSequence.SequenceRepositoryComponent. setType(Sequence.RepositoryType value)StringSequence.RepositoryTypeEnumFactory. toCode(Sequence.RepositoryType code)StringSequence.RepositoryTypeEnumFactory. toSystem(Sequence.RepositoryType code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Sequence.RepositoryType Modifier and Type Method Description Sequence.SequenceRepositoryComponentSequence.SequenceRepositoryComponent. setTypeElement(Enumeration<Sequence.RepositoryType> value)Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Sequence.RepositoryType Constructor Description SequenceRepositoryComponent(Enumeration<Sequence.RepositoryType> type)Constructor
-