Uses of Enum Class
org.re3data.schema._2_2.DataAccessTypes
Packages that use DataAccessTypes
-
Uses of DataAccessTypes in org.re3data.schema._2_2
Fields in org.re3data.schema._2_2 declared as DataAccessTypesModifier and TypeFieldDescriptionprotected DataAccessTypesRe3Data.Repository.DataAccess.dataAccessTypeMethods in org.re3data.schema._2_2 that return DataAccessTypesModifier and TypeMethodDescriptionstatic DataAccessTypesRe3Data.Repository.DataAccess.getDataAccessType()Gets the value of the dataAccessType property.static DataAccessTypesReturns the enum constant of this class with the specified name.static DataAccessTypes[]DataAccessTypes.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 DataAccessTypesModifier and TypeMethodDescriptionvoidRe3Data.Repository.DataAccess.setDataAccessType(DataAccessTypes value) Sets the value of the dataAccessType property.