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

org.umlg.java.metamodel.OJStatement Maven / Gradle / Ivy

There is a newer version: 2.0.15
Show newest version
package org.umlg.java.metamodel;

import org.umlg.java.metamodel.generated.OJStatementGEN;

public abstract class OJStatement extends OJStatementGEN {
    public OJStatement() {
        super();
    }

    public abstract OJStatement getDeepCopy();

    public void copyDeepInfoInto(OJStatement copy) {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy