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

org.jcamp.spectrum.IAssignmentTarget Maven / Gradle / Ivy

package org.jcamp.spectrum;
/**
 * target object of an assignment.
 * @author Thomas Weber
 */
public interface IAssignmentTarget {
    /**
     * label to be displayed.
     * 
     * @return java.lang.String
     */
    String getLabel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy