package jp.co.infoseek.hp.arton.rjb;

public interface IBase {
    String getSVal();
}

