Uses of Enum Class
org.re3data.schema._3_0.DataAccessRestrictions
Packages that use DataAccessRestrictions
-
Uses of DataAccessRestrictions in org.re3data.schema._3_0
Fields in org.re3data.schema._3_0 with type parameters of type DataAccessRestrictionsModifier and TypeFieldDescriptionprotected List<DataAccessRestrictions>Re3Data.Repository.DataAccess.dataAccessRestrictionprotected List<DataAccessRestrictions>Re3Data.Repository.DataUpload.dataUploadRestrictionMethods in org.re3data.schema._3_0 that return DataAccessRestrictionsModifier and TypeMethodDescriptionstatic DataAccessRestrictionsstatic DataAccessRestrictionsReturns the enum constant of this class with the specified name.static DataAccessRestrictions[]DataAccessRestrictions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.re3data.schema._3_0 that return types with arguments of type DataAccessRestrictionsModifier and TypeMethodDescriptionRe3Data.Repository.DataAccess.getDataAccessRestriction()Gets the value of the dataAccessRestriction property.Re3Data.Repository.DataUpload.getDataUploadRestriction()Gets the value of the dataUploadRestriction property.