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