Uses of Enum Class
org.re3data.schema._2_2.Yesno
Packages that use Yesno
Package
Description
-
Uses of Yesno in org.damap.base.r3data.mapper
Methods in org.damap.base.r3data.mapper with parameters of type YesnoModifier and TypeMethodDescriptionRepositoryMapper.mapYesNoToBoolean(Yesno value) mapYesNoToBoolean. -
Uses of Yesno in org.damap.base.rest.madmp.mapper
Methods in org.damap.base.rest.madmp.mapper with parameters of type YesnoModifier and TypeMethodDescriptionMaDmpMapper.getSupportVersioning(Yesno versioning) getSupportVersioning. -
Uses of Yesno in org.re3data.schema._2_2
Fields in org.re3data.schema._2_2 declared as YesnoMethods in org.re3data.schema._2_2 that return YesnoModifier and TypeMethodDescriptionstatic YesnoRe3Data.Repository.getVersioning()Gets the value of the versioning property.static YesnoReturns the enum constant of this class with the specified name.static Yesno[]Yesno.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 YesnoModifier and TypeMethodDescriptionvoidRe3Data.Repository.setVersioning(Yesno value) Sets the value of the versioning property.