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

org.openmdx.base.query.Code Maven / Gradle / Ivy

There is a newer version: 2.18.10
Show newest version
package org.openmdx.base.query;

public interface Code {

    /**
     * Retrieve the code's external value
     * 
     * @return the external code value
     */
    short code();

    /**
     * Retrieve the code's UNICODE symbol
     * 
     * @return the code's UNICODE symbol
     */
    char symbol();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy