home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1V1GHV5 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  213 b   |  6 lines

  1. package com.ibm.uvm.abt.edit;
  2.  
  3. public interface PropertyValueSpecification {
  4.    Object getAsPropertyValue();
  5. }
  6.