Uses of Class
talonsoalbi_at_gmail_dot_com.ssoxmatch.db.DBEntry.FORMAT
-
Packages that use DBEntry.FORMAT Package Description talonsoalbi_at_gmail_dot_com.ssoxmatch.db 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.FORMAT Modifier and Type Method Description DBEntry.FORMAT
DBEntry. getFormat()
Returns the entry formatstatic DBEntry.FORMAT
DBEntry.FORMAT. parseFormat(java.lang.String f)
Identify a database formatstatic DBEntry.FORMAT
DBEntry.FORMAT. valueOf(java.lang.String name)
Returns 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.FORMAT Modifier and Type Method Description void
DBEntry. setFormat(DBEntry.FORMAT format)
Sets the entry formatConstructors in talonsoalbi_at_gmail_dot_com.ssoxmatch.db with parameters of type DBEntry.FORMAT Constructor Description DBEntry(java.lang.String n, DBEntry.FORMAT f)
Constructor
-