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 AssociationLabelAssociationLabel.fromOpcode(String opcode) Returns the association label that is represented by the given opcode.Association.getLabel()static AssociationLabelReturns 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 TypeMethodDescriptionvoidAssociation.setLabel(AssociationLabel label) static StringAssociationLabel.toOpcode(AssociationLabel label) Null-safe version ofgetOpcode().