summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/ecomp/dcae/ci/ui/rule_editor/components/actions/ActionType.java
blob: 4cb4a283c1dc3e70860d535eb255e9ebda47abe7 (plain)
1
2
3
4
5
6
7
package com.att.ecomp.dcae.ci.ui.rule_editor.components.actions;

public enum ActionType {
	Copy,
	Concat,
	Map
}