Uses of Enum
org.hl7.fhir.dstu3.model.Sequence.RepositoryType
-
Uses of Sequence.RepositoryType in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration<Sequence.RepositoryType>
Sequence.SequenceRepositoryComponent.type
Click and see / RESTful API / Need login to see / RESTful API with authentication / Other ways to see resource.Modifier and TypeMethodDescriptionstatic Sequence.RepositoryType
Sequence.SequenceRepositoryComponent.getType()
static Sequence.RepositoryType
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.Modifier and TypeMethodDescriptionSequence.RepositoryTypeEnumFactory.fromType
(PrimitiveType<?> code) Sequence.SequenceRepositoryComponent.getTypeElement()
Modifier and TypeMethodDescriptionSequence.SequenceRepositoryComponent.setType
(Sequence.RepositoryType value) Sequence.RepositoryTypeEnumFactory.toCode
(Sequence.RepositoryType code) Sequence.RepositoryTypeEnumFactory.toSystem
(Sequence.RepositoryType code) Modifier and TypeMethodDescriptionSequence.SequenceRepositoryComponent.setTypeElement
(Enumeration<Sequence.RepositoryType> value) ModifierConstructorDescriptionConstructor