Package org.resmedicinae.resmedlib.number

Examples of org.resmedicinae.resmedlib.number.Integer


     * @return the mnemonic
     * @exception NullPointerException if the mnemonic is null
     */
    public Integer createMnemonic() throws Exception, NullPointerException {

        return new Integer(0);

/**?? Introduce new Type for each String --> Terms --> Terminology!
        Integer m = new Integer();

        if (m != null) {
View Full Code Here

TOP

Related Classes of org.resmedicinae.resmedlib.number.Integer

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.