Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.AssociationLabel
Packages that use AssociationLabel
-
Uses of AssociationLabel in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return AssociationLabelModifier and TypeMethodDescriptionstatic AssociationLabel
AssociationLabel.fromOpcode
(String opcode) Returns the association label that is represented by the given opcode.Association.getLabel()
static AssociationLabel
Returns the enum constant of this class with the specified name.static AssociationLabel[]
AssociationLabel.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 AssociationLabelModifier and TypeMethodDescriptionvoid
Association.setLabel
(AssociationLabel label) static String
AssociationLabel.toOpcode
(AssociationLabel label) Null-safe version ofgetOpcode()
.