Uses of Enum Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlModification.ModificationOperationType
Packages that use DsmlModification.ModificationOperationType
-
Uses of DsmlModification.ModificationOperationType in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as DsmlModification.ModificationOperationTypeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return DsmlModification.ModificationOperationTypeModifier and TypeMethodDescriptionDsmlModification.getOperation()Gets the value of the operation property.Returns the enum constant of this class with the specified name.DsmlModification.ModificationOperationType.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 DsmlModification.ModificationOperationTypeModifier and TypeMethodDescriptionvoidDsmlModification.setOperation(DsmlModification.ModificationOperationType value) Sets the value of the operation property.