Uses of Enum Class
org.damap.base.enums.EIdentifierType
Packages that use EIdentifierType
-
Uses of EIdentifierType in org.damap.base.enums
Methods in org.damap.base.enums that return EIdentifierTypeModifier and TypeMethodDescriptionstatic EIdentifierTypeReturns the enum constant of this class with the specified name.static EIdentifierType[]EIdentifierType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.damap.base.enums that return types with arguments of type EIdentifierTypeModifier and TypeMethodDescriptionstatic List<EIdentifierType>EIdentifierType.getDatasetIdentifierTypeList()getDatasetIdentifierTypeList.static List<EIdentifierType>EIdentifierType.getFunderIdentifierTypeList()getFunderIdentifierTypeList.static List<EIdentifierType>EIdentifierType.getGrantIdentifierTypeList()getGrantIdentifierTypeList.static List<EIdentifierType>EIdentifierType.getMetadataIdentifierTypeList()getMetadataIdentifierTypeList.static List<EIdentifierType>EIdentifierType.getPersonIdentifierTypeList()getPersonIdentifierTypeList. -
Uses of EIdentifierType in org.damap.base.r3data
Methods in org.damap.base.r3data that return types with arguments of type EIdentifierType