File: IBase.java

package info (click to toggle)
ruby-rjb 1.5.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 704 kB
  • sloc: ansic: 3,859; ruby: 2,604; java: 247; makefile: 35; sh: 3
file content (6 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
package jp.co.infoseek.hp.arton.rjb;

public interface IBase {
    String getSVal();
}