Uses of Enum
org.openehealth.ipf.commons.ihe.xds.core.metadata.AssociationType
Package
Description
-
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.ebxml
Modifier and TypeMethodDescriptionvoid
EbXMLAssociation.setAssociationType
(AssociationType associationType) -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.ebxml.ebxml30
Modifier and TypeMethodDescriptionvoid
EbXMLAssociation30.setAssociationType
(AssociationType associationType) -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.metadata
Modifier and TypeMethodDescriptionAssociation.getAssociationType()
static AssociationType
Returns the enum constant of this type with the specified name.static AssociationType
AssociationType.valueOfOpcode21
(String opcode) Returns the association type that is represented by the given opcode.static AssociationType
AssociationType.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 type, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
AssociationType.getOpcode21
(AssociationType type) null
-safe version ofgetOpcode21()
.static String
AssociationType.getOpcode30
(AssociationType type) null
-safe version ofgetOpcode30()
.void
Association.setAssociationType
(AssociationType associationType) ModifierConstructorDescriptionAssociation
(AssociationType associationType, String entryUuid, String sourceUuid, String targetUuid) Constructs an association. -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.requests.query
Modifier and TypeMethodDescriptionvoid
GetRelatedDocumentsQuery.setAssociationTypes
(List<AssociationType> associationTypes) -
Uses of AssociationType in org.openehealth.ipf.commons.ihe.xds.core.transform.requests.query
Modifier and TypeMethodDescriptionQuerySlotHelper.toAssociationType
(QueryParameter param) Retrieves an association parameter from a slot.Modifier and TypeMethodDescriptionvoid
QuerySlotHelper.fromAssociationType
(QueryParameter param, List<AssociationType> associationTypes) Stores an association parameter into a slot.