Uses of Class
br.gov.mj.frameworkprocessos.processo.ejb.ProcessoUtil.TipoTramite

Packages that use ProcessoUtil.TipoTramite
br.gov.mj.frameworkprocessos.processo.ejb   
 

Uses of ProcessoUtil.TipoTramite in br.gov.mj.frameworkprocessos.processo.ejb
 

Methods in br.gov.mj.frameworkprocessos.processo.ejb that return ProcessoUtil.TipoTramite
static ProcessoUtil.TipoTramite ProcessoUtil.TipoTramite.getTipoTramite(java.lang.String codigo)
           
static ProcessoUtil.TipoTramite ProcessoUtil.TipoTramite.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProcessoUtil.TipoTramite[] ProcessoUtil.TipoTramite.values()
          Returns an array containing the constants of this enum type, in the order they're declared.