Package org.dmd.dmc.types

Examples of org.dmd.dmc.types.DotName


        return(new SessionFolderRIREF());
    }

    @Override
    protected DotName getNewName(){
        return(new DotName());
    }
View Full Code Here


        return(new UserRIREF());
    }

    @Override
    protected DotName getNewName(){
        return(new DotName());
    }
View Full Code Here

TOP

Related Classes of org.dmd.dmc.types.DotName

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.