Uses of Enum Class
org.damap.base.enums.EDataType
Packages that use EDataType
-
Uses of EDataType in org.damap.base.enums
Methods in org.damap.base.enums that return EDataTypeModifier and TypeMethodDescriptionstatic EDataTypeEDataType.getByValue(String value) getByValue.static EDataTypeReturns the enum constant of this class with the specified name.static EDataType[]EDataType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EDataType in org.damap.base.rest.madmp.mapper
Method parameters in org.damap.base.rest.madmp.mapper with type arguments of type EDataTypeModifier and TypeMethodDescriptionMaDmpMapper.mapToMaDmpDatasetFormat(List<EDataType> types) mapToMaDmpDatasetFormat.MaDmpMapper.mapToMaDmpDatasetType(List<EDataType> types) mapToMaDmpDatasetType.