Uses of Enum Class
org.damap.base.enums.EDataAccessType
Packages that use EDataAccessType
-
Uses of EDataAccessType in org.damap.base.enums
Methods in org.damap.base.enums that return EDataAccessTypeModifier and TypeMethodDescriptionstatic EDataAccessTypeEDataAccessType.getByValue(String value) getByValue.static EDataAccessTypeReturns the enum constant of this class with the specified name.static EDataAccessType[]EDataAccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.damap.base.enums with parameters of type EDataAccessTypeModifier and TypeMethodDescriptionintEDataAccessType.compare(EDataAccessType other) Compares thisEDataAccessTypeinstance with anotherEDataAccessTypeto determine which is more restrictive. -
Uses of EDataAccessType in org.damap.base.rest.madmp.mapper
Methods in org.damap.base.rest.madmp.mapper with parameters of type EDataAccessTypeModifier and TypeMethodDescriptionMaDmpMapper.getDataAccess(EDataAccessType eDataAccessType) getDataAccess.