You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* MarcacaoTrabalhadorConstants.java
|
|
*
|
|
* Created on 11 de Outubro de 2004, 13:18
|
|
*/
|
|
|
|
package siprp.data;
|
|
|
|
/**
|
|
*
|
|
* @author fpalma
|
|
*/
|
|
public interface MarcacaoTrabalhadorConstants
|
|
{
|
|
public static final int TIPO_EXAMES = 0;
|
|
public static final int TIPO_CONSULTA = 1;
|
|
}
|