Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.model.ConfidentialityCode
-
-
Uses of ConfidentialityCode in org.openehealth.ipf.commons.ihe.xacml20.model
Methods in org.openehealth.ipf.commons.ihe.xacml20.model that return ConfidentialityCode Modifier and Type Method Description static ConfidentialityCodeConfidentialityCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfidentialityCode[]ConfidentialityCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-