Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.LDAPResultCode
-
Packages that use LDAPResultCode Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of LDAPResultCode in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as LDAPResultCode Modifier and Type Field Description protected LDAPResultCodeResultCode. descrMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return LDAPResultCode Modifier and Type Method Description static LDAPResultCodeLDAPResultCode. fromValue(String v)LDAPResultCodeResultCode. getDescr()Gets the value of the descr property.static LDAPResultCodeLDAPResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPResultCode[]LDAPResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type LDAPResultCode Modifier and Type Method Description voidResultCode. setDescr(LDAPResultCode value)Sets the value of the descr property.
-