home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 January / INTERNET113.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete2004.exe / Data1.cab / XMLSpyInterface.jar / XMLSpyInterface / SPYAuthenticActions.class (.txt) < prev    next >
Encoding:
Java Class File  |  2003-10-14  |  538 b   |  11 lines

  1. package XMLSpyInterface;
  2.  
  3. public class SPYAuthenticActions {
  4.    public static final long spyAuthenticInsertAt = 0L;
  5.    public static final long spyAuthenticApply = 1L;
  6.    public static final long spyAuthenticClearSurr = 2L;
  7.    public static final long spyAuthenticAppend = 3L;
  8.    public static final long spyAuthenticInsertBefore = 4L;
  9.    public static final long spyAuthenticRemove = 5L;
  10. }
  11.