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