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

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

package org.hisp.dhis.rules.models;

import javax.annotation.Nonnull;

public abstract class RuleActionAttribute
    extends RuleAction
{

    @Nonnull
    public abstract AttributeType attributeType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy