Uses of Enum Class
org.openehealth.ipf.commons.ihe.xds.core.metadata.Vocabulary.DisplayNameUsage
Packages that use Vocabulary.DisplayNameUsage
Package
Description
-
Uses of Vocabulary.DisplayNameUsage in org.openehealth.ipf.commons.ihe.xds.core.metadata
Methods in org.openehealth.ipf.commons.ihe.xds.core.metadata that return Vocabulary.DisplayNameUsageModifier and TypeMethodDescriptionstatic Vocabulary.DisplayNameUsage
Returns the enum constant of this class with the specified name.static Vocabulary.DisplayNameUsage[]
Vocabulary.DisplayNameUsage.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Vocabulary.DisplayNameUsage in org.openehealth.ipf.commons.ihe.xds.core.validate
Constructors in org.openehealth.ipf.commons.ihe.xds.core.validate with parameters of type Vocabulary.DisplayNameUsageModifierConstructorDescriptionClassificationValidation
(String classScheme, int min, int max, Vocabulary.DisplayNameUsage displayNameUsage, Vocabulary.NodeRepresentationUsage nodeRepresentationUsage, SlotValueValidation[] slotValidations) Constructs the validation for classifications with the givenclassScheme
.ClassificationValidation
(String classScheme, int min, int max, Vocabulary.DisplayNameUsage displayNameUsage, SlotValueValidation[] slotValidations) Constructs the validation for classifications with the givenclassScheme
.