Uses of Class
org.ehrbase.dao.access.util.ContributionDef.ContributionType
-
Packages that use ContributionDef.ContributionType Package Description org.ehrbase.dao.access.interfaces org.ehrbase.dao.access.jooq org.ehrbase.dao.access.util -
-
Uses of ContributionDef.ContributionType in org.ehrbase.dao.access.interfaces
Methods in org.ehrbase.dao.access.interfaces that return ContributionDef.ContributionType Modifier and Type Method Description ContributionDef.ContributionTypeI_ContributionAccess. getContributionType()get the contribution type -
Uses of ContributionDef.ContributionType in org.ehrbase.dao.access.jooq
Methods in org.ehrbase.dao.access.jooq that return ContributionDef.ContributionType Modifier and Type Method Description ContributionDef.ContributionTypeContributionAccess. getContributionType() -
Uses of ContributionDef.ContributionType in org.ehrbase.dao.access.util
Methods in org.ehrbase.dao.access.util that return ContributionDef.ContributionType Modifier and Type Method Description static ContributionDef.ContributionTypeContributionDef.ContributionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContributionDef.ContributionType[]ContributionDef.ContributionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-