Uses of Enum
org.openehealth.ipf.commons.ihe.xds.core.metadata.AssociationLabel
-
Uses of AssociationLabel in org.openehealth.ipf.commons.ihe.xds.core.metadata
Modifier 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 type with the specified name.static AssociationLabel[]
AssociationLabel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Association.setLabel
(AssociationLabel label) static String
AssociationLabel.toOpcode
(AssociationLabel label) Null-safe version ofgetOpcode()
.