Package org.hl7.fhir.dstu3.model
Class TypeDetails
java.lang.Object
org.hl7.fhir.dstu3.model.TypeDetails
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTypeDetails(ExpressionNode.CollectionStatus collectionStatus, String... names)TypeDetails(ExpressionNode.CollectionStatus collectionStatus, Set<String> names)TypeDetails(ExpressionNode.CollectionStatus collectionStatus, TypeDetails.ProfiledType pt) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddTypes(Collection<String> names)describe()getType()getTypes()booleanbooleanbooleanbooleanhasType(IWorkerContext context, String... tn)toString()union(TypeDetails right)voidupdate(TypeDetails source)
-
Constructor Details
-
TypeDetails
-
TypeDetails
-
TypeDetails
-
-
Method Details