Subversion Repositories distributed

Rev

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

Rev Author Line No. Line
44 daniel-mar 1
package de.viathinksoft.marschall.raumplan.fraktal3d;
26 daniel-mar 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
}