Show / Hide Table of Contents

Interface IVISABFile

The IVISABFile interface that all VISAB file POJOs have to implement.

Namespace:
Assembly: .dll
Syntax
public interface IVISABFile

Methods

getCreationDate()

Declaration
public abstract LocalDateTime getCreationDate()
Returns
Type Description
java.time.LocalDateTime

getFileFormatVersion()

Declaration
public abstract String getFileFormatVersion()
Returns
Type Description
java.lang.String

getGame()

Declaration
public abstract String getGame()
Returns
Type Description
java.lang.String
In This Article
Back to top Generated by DocFX