// these interfaces may move at some point to something like: hep.heprep
package hep.graphics.heprep1;


/**
 *
 * @author M.Donszelmann
 *
 * @version $Id: HepRepAttDef.java,v 1.2 2004/07/18 08:19:40 duns Exp $
 */

public interface HepRepAttDef {
    public static final String cvsId = "$Id: HepRepAttDef.java,v 1.2 2004/07/18 08:19:40 duns Exp $";

    public String getName();
    
    public String getDescription();
    
    public String getType();
    
    public String getExtra();
}
