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

org.hisp.dhis.rules.models.RuleVariableDataElement Maven / Gradle / Ivy

package org.hisp.dhis.rules.models;

import javax.annotation.Nonnull;

abstract class RuleVariableDataElement
    extends RuleVariable
{

    @Nonnull
    public abstract String dataElement();

    @Nonnull
    public abstract RuleValueType dataElementType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy