Uses of Enum Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResultCode
Packages that use LDAPResultCode
-
Uses of LDAPResultCode in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as LDAPResultCodeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return LDAPResultCodeModifier and TypeMethodDescriptionstatic LDAPResultCode
ResultCode.getDescr()
Gets the value of the descr property.static LDAPResultCode
Returns the enum constant of this class with the specified name.static LDAPResultCode[]
LDAPResultCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type LDAPResultCodeModifier and TypeMethodDescriptionvoid
ResultCode.setDescr
(LDAPResultCode value) Sets the value of the descr property.