1 11 import org.ozoneDB.OzoneRemote; 12 13 14 public interface OO7_Connection extends OzoneRemote { 15 16 17 public void setType( String x ); 18 19 20 public String type(); 21 22 23 public void setLength( long x ); 24 25 26 public long length(); 27 28 29 public void setFrom( OO7_AtomicPart x ); 30 31 32 public OO7_AtomicPart from(); 33 34 35 public void setTo( OO7_AtomicPart x ); 36 37 38 public OO7_AtomicPart to(); 39 40 } 41 | Popular Tags |