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

com.cerner.ccl.parser.data.Described Maven / Gradle / Ivy

The newest version!
package com.cerner.ccl.parser.data;

/**
 * Definition of an object that is described.
 * 
 * @author Joshua Hyde
 * 
 */

public interface Described {
    /**
     * Get the description.
     * 
     * @return The description.
     */
    String getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy