SCViewer/plugins/com.minres.scviewer.e4.appl.../src/com/minres/scviewer/e4/application/parts/txTableTree/TransactionTreeNodeType.java

13 lines
280 B
Java
Raw Normal View History

2020-11-01 17:42:16 +01:00
package com.minres.scviewer.e4.application.parts.txTableTree;
/**
* The Enum Type.
*/
public enum TransactionTreeNodeType {
2020-11-04 08:50:04 +01:00
TX, /** The transaction. */
2020-11-01 17:42:16 +01:00
PROPS, /** The props. */
ATTRS, /** The attrs. */
IN_REL, /** The in rel. */
OUT_REL,/** The out rel. */
HIER
}