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