All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cdc.mf.model.MfParameterDirection Maven / Gradle / Ivy

The newest version!
package cdc.mf.model;

public enum MfParameterDirection {
    IN,
    OUT,
    INOUT,
    RETURN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy