![JAR search and dependency download from the Maven repository](/logo.png)
javax.jmi.model.Parameter Maven / Gradle / Ivy
package javax.jmi.model;
import javax.jmi.reflect.*;
@SuppressWarnings("unused")
public interface Parameter extends TypedElement {
public DirectionKind getDirection();
public void setDirection(DirectionKind newValue);
public MultiplicityType getMultiplicity();
public void setMultiplicity(MultiplicityType newValue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy