Uses of Enum Class
org.re3data.schema._2_2.DatabaseLicenseNames
Packages that use DatabaseLicenseNames
-
Uses of DatabaseLicenseNames in org.re3data.schema._2_2
Fields in org.re3data.schema._2_2 declared as DatabaseLicenseNamesModifier and TypeFieldDescriptionprotected DatabaseLicenseNamesRe3Data.Repository.DatabaseLicense.databaseLicenseNameMethods in org.re3data.schema._2_2 that return DatabaseLicenseNamesModifier and TypeMethodDescriptionstatic DatabaseLicenseNamesRe3Data.Repository.DatabaseLicense.getDatabaseLicenseName()Gets the value of the databaseLicenseName property.static DatabaseLicenseNamesReturns the enum constant of this class with the specified name.static DatabaseLicenseNames[]DatabaseLicenseNames.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.re3data.schema._2_2 with parameters of type DatabaseLicenseNamesModifier and TypeMethodDescriptionvoidRe3Data.Repository.DatabaseLicense.setDatabaseLicenseName(DatabaseLicenseNames value) Sets the value of the databaseLicenseName property.