Uses of Enum Class
org.re3data.schema._2_2.AccessTypes
Packages that use AccessTypes
-
Uses of AccessTypes in org.re3data.schema._2_2
Fields in org.re3data.schema._2_2 declared as AccessTypesModifier and TypeFieldDescriptionprotected AccessTypesRe3Data.Repository.DatabaseAccess.databaseAccessTypeprotected AccessTypesRe3Data.Repository.DataUpload.dataUploadTypeMethods in org.re3data.schema._2_2 that return AccessTypesModifier and TypeMethodDescriptionstatic AccessTypesRe3Data.Repository.DatabaseAccess.getDatabaseAccessType()Gets the value of the databaseAccessType property.Re3Data.Repository.DataUpload.getDataUploadType()Gets the value of the dataUploadType property.static AccessTypesReturns the enum constant of this class with the specified name.static AccessTypes[]AccessTypes.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 AccessTypesModifier and TypeMethodDescriptionvoidRe3Data.Repository.DatabaseAccess.setDatabaseAccessType(AccessTypes value) Sets the value of the databaseAccessType property.voidRe3Data.Repository.DataUpload.setDataUploadType(AccessTypes value) Sets the value of the dataUploadType property.