/*
* CodigoParametro.java
*
* Created on 18 de Setembro de 2005, 12:50
*
* To change this template, choose Tools | Options and locate the template under
* the Source Creation and Management node. Right-click the template and choose
* Open. You can then make changes to the template in the Source Editor.
*/
package circusRefine.util;
/**
*
* @author Alessandro
*/
public enum CodigoParametro {
PREDICATE,
EXPRESSION,
ACTION,
PROCESS,
EXPRLIST,
STROKE,
RENAMELIST,
DECLLIST,
NAMELIST,
NAME,
DECLARATION,
NAMESET,
CHANSET,
COMMUN,
PARA,
PARALIST,
PREFIXING,
PROCESSPARA;
}