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

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

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

/**
 * Definition of an object with a name.
 * 
 * @author Joshua Hyde
 * 
 */

public interface Named {
    /**
     * Get the name of this object.
     * 
     * @return The name of this object.
     */
    String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy