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.
SIPRP/trunk/SIPRPSoft/src/siprp/data/DisableDeleteable.java

17 lines
221 B

/*
* DisableDeleteable.java
*
* Created on 11 de Outubro de 2004, 16:09
*/
package siprp.data;
/**
*
* @author fpalma
*/
public interface DisableDeleteable
{
public static final String INACTIVO = "inactivo";
}