Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.DsmlModification.ModificationOperationType
-
Packages that use DsmlModification.ModificationOperationType Package Description org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 -
-
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.ModificationOperationType Modifier and Type Field Description protected DsmlModification.ModificationOperationTypeDsmlModification. operationMethods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return DsmlModification.ModificationOperationType Modifier and Type Method Description static DsmlModification.ModificationOperationTypeDsmlModification.ModificationOperationType. fromValue(String v)DsmlModification.ModificationOperationTypeDsmlModification. getOperation()Gets the value of the operation property.static DsmlModification.ModificationOperationTypeDsmlModification.ModificationOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DsmlModification.ModificationOperationType[]DsmlModification.ModificationOperationType. 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 DsmlModification.ModificationOperationType Modifier and Type Method Description voidDsmlModification. setOperation(DsmlModification.ModificationOperationType value)Sets the value of the operation property.
-