All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.hisp.dhis.rules.api.DataItem.kt Maven / Gradle / Ivy

package org.hisp.dhis.rules.api

/**
 * Class is place holder for program rule variable, Constant and program environment variable display name and type.
 * @author Zubair Asghar
 */
data class DataItem(
    val displayName: String,
    val valueType: ItemValueType,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy