Subversion Repositories distributed

Rev

Rev 26 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. package de.viathinksoft.marschall.raumplan.fraktal3d;
  2.  
  3. public enum LockDirectoryEnum {
  4.        
  5.         LOCK_NOTHING,
  6.         LOCK_X_POS, LOCK_X_NEG,
  7.         LOCK_Y_POS, LOCK_Y_NEG,
  8.         LOCK_Z_POS, LOCK_Z_NEG;
  9.  
  10. }
  11.