home *** CD-ROM | disk | FTP | other *** search
- package dao350;
-
- import com.ms.com.Variant;
-
- public interface Parameter {
- void putDirection(short var1);
-
- Variant getValue();
-
- void putValue(Variant var1);
-
- Properties getProperties();
-
- String getName();
-
- short getType();
-
- void putType(short var1);
-
- short getDirection();
- }
-