Uses of Enum
talonsoalbi_at_gmail_dot_com.ssoxmatch.db.DBEntry.FORMAT
Packages that use DBEntry.FORMAT
Package
Description
Database package with classes for postgres queries and file reading formats for orbital elements.
-
Uses of DBEntry.FORMAT in talonsoalbi_at_gmail_dot_com.ssoxmatch.db
Methods in talonsoalbi_at_gmail_dot_com.ssoxmatch.db that return DBEntry.FORMATModifier and TypeMethodDescriptionDBEntry.getFormat()Returns the entry formatstatic DBEntry.FORMATDBEntry.FORMAT.parseFormat(String f) Identify a database formatstatic DBEntry.FORMATReturns the enum constant of this type with the specified name.static DBEntry.FORMAT[]DBEntry.FORMAT.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in talonsoalbi_at_gmail_dot_com.ssoxmatch.db with parameters of type DBEntry.FORMATModifier and TypeMethodDescriptionvoidDBEntry.setFormat(DBEntry.FORMAT format) Sets the entry formatConstructors in talonsoalbi_at_gmail_dot_com.ssoxmatch.db with parameters of type DBEntry.FORMAT