getDataElementNames

fun getDataElementNames(nameSpaceName: String): List<String>

Gets all data elements in a given namespace.

Return

list of all data element names in the name space.

Parameters

nameSpaceName

the name space name.

Throws

if the given namespace doesn't exist.