Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.AssociationType
Packages that use AssociationType
Package
Description
-
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml that return AssociationTypeMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml with parameters of type AssociationTypeModifier and TypeMethodDescriptionvoidEbXMLAssociation.setAssociationType(AssociationType associationType) -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Methods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 that return AssociationTypeMethods in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30 with parameters of type AssociationTypeModifier and TypeMethodDescriptionvoidEbXMLAssociation30.setAssociationType(AssociationType associationType) -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return AssociationTypeModifier and TypeMethodDescriptionAssociation.getAssociationType()static AssociationTypeReturns the enum constant of this class with the specified name.static AssociationTypeAssociationType.valueOfOpcode30(String opcode) Returns the association type that is represented by the given opcode.static AssociationType[]AssociationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type AssociationTypeModifier and TypeMethodDescriptionstatic StringAssociationType.getOpcode30(AssociationType type) null-safe version ofgetOpcode30().voidAssociation.setAssociationType(AssociationType associationType) Constructors in org.openehealth.ipf.commons.ihe.xds.core.metadata with parameters of type AssociationTypeModifierConstructorDescriptionAssociation(AssociationType associationType, String entryUuid, String sourceUuid, String targetUuid) Constructs an association. -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.requests.query that return types with arguments of type AssociationTypeMethod parameters in org.openehealth.ipf.commons.ihe.xds.core.requests.query with type arguments of type AssociationTypeModifier and TypeMethodDescriptionvoidGetRelatedDocumentsQuery.setAssociationTypes(List<AssociationType> associationTypes) -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query
Methods in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query that return types with arguments of type AssociationTypeModifier and TypeMethodDescriptionQuerySlotHelper.toAssociationType(QueryParameter param) Retrieves an association parameter from a slot.Method parameters in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query with type arguments of type AssociationTypeModifier and TypeMethodDescriptionvoidQuerySlotHelper.fromAssociationType(QueryParameter param, List<AssociationType> associationTypes) Stores an association parameter into a slot.