Uses of Enum Class
org.re3data.schema._2_2.DataLicenseNames
Packages that use DataLicenseNames
-
Uses of DataLicenseNames in org.re3data.schema._2_2
Fields in org.re3data.schema._2_2 declared as DataLicenseNamesModifier and TypeFieldDescriptionprotected DataLicenseNamesRe3Data.Repository.DataLicense.dataLicenseNameMethods in org.re3data.schema._2_2 that return DataLicenseNamesModifier and TypeMethodDescriptionstatic DataLicenseNamesRe3Data.Repository.DataLicense.getDataLicenseName()Gets the value of the dataLicenseName property.static DataLicenseNamesReturns the enum constant of this class with the specified name.static DataLicenseNames[]DataLicenseNames.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 DataLicenseNamesModifier and TypeMethodDescriptionvoidRe3Data.Repository.DataLicense.setDataLicenseName(DataLicenseNames value) Sets the value of the dataLicenseName property.