getEntryNames

fun getEntryNames(namespaceName: String): List<String>

Gets the names of data elements in the given namespace.

Return

A list of data element names

Parameters

namespaceName

the name of the namespace.

Throws

if the given namespace wasn't requested.