Package com.asakusafw.modelgen.model

Examples of com.asakusafw.modelgen.model.ModelReference


    /**
     * 対象のモデルに対する参照を返す。
     * @return 対象のモデルに対する参照
     */
    public ModelReference getReference() {
        return new ModelReference(namespace, simpleName);
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.modelgen.model.ModelReference

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.