Classe SimtestdatFile

(Actualitzat 30/04/2020, 17:22:56)

Extends:

Implements:

Package: eresframe.beans

Informació general

SimtestdatFile.java

Creado el 15 de diciembre de 2006, 10:01
No tengo muy claro que esta clase que parece definir un Archivo de Simtest se siga usando. Al menos no en el Eres.

Revisado 30/04/2020 17:16:07
   getFileName
   getItems
   getRawInstance
   main
   SimtestdatFile
   SimtestdatFile
        
eresframe.beans.SimtestdatFile

@return 
@throws 
public String getFileName() {}  
eresframe.beans.SimtestdatFile

@return 
@throws 
public Collection getItems() {}  
eresframe.beans.SimtestdatFile
Crea una nueva instancia de SimtestdatFile
@param String
@return 
@throws SimtestdatException
public static SimtestdatFile getRawInstance(String aFileName) throws SimtestdatException {}  
eresframe.beans.SimtestdatFile
@param String[]
@return 
@throws 
public static void main(String[] args)	{}  
eresframe.beans.SimtestdatFile

@return 
@throws 
public SimtestdatFile() {}  
eresframe.beans.SimtestdatFile
@param String
@return 
@throws SimtestdatException
public SimtestdatFile(String aFileName) throws SimtestdatException {}