package javax.microedition.amms.control;

public interface ContainerFormatControl extends FormatControl
{

 public void setFormat(String);
 
}