blob: 3315e11944df238854f1b3fb6f5a7380af174400 [file] [log] [blame]
package org.eclipse.ote.ui.eviewer.tohex;
import org.eclipse.osee.ote.message.elements.DiscreteElement;
public interface IToHex {
public String toHex(DiscreteElement<?> element);
}