Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.Control
-
Packages that use Control Package Description org.openehealth.ipf.commons.ihe.hpd.controls org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
Uses of Control in org.openehealth.ipf.commons.ihe.hpd.controls
Methods in org.openehealth.ipf.commons.ihe.hpd.controls that return Control Modifier and Type Method Description static ControlControlUtils. toDsmlv2(BasicControl bc)Method parameters in org.openehealth.ipf.commons.ihe.hpd.controls with type arguments of type Control Modifier and Type Method Description static <T extends BasicControl>
TControlUtils. extractControl(List<Control> controls, String type) -
Uses of Control in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with type parameters of type Control Modifier and Type Field Description protected List<Control>DsmlMessage. controlMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return Control Modifier and Type Method Description ControlObjectFactory. createControl()Create an instance ofControlMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type Control Modifier and Type Method Description List<Control>DsmlMessage. getControl()Gets the value of the control property.
-