package org.omg.lsae; public interface InputData extends Data { void appendValue (Object appendedValue) throws LSAEException; }