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

io.legaldocml.akn.attribute.Froozen Maven / Gradle / Ivy

package io.legaldocml.akn.attribute;

import io.legaldocml.akn.AknObject;

/**
 * The attribute frozen for the condition element specifies whether the condition is frozen or not in the time period of
 * this expression.
 *
 * ```xml
 * 
 *   
 * 
 * ```
 *
 * @author Jacques Militello
 */
public interface Froozen extends AknObject {

    Boolean getFrozen();

    void setFrozen(Boolean frozen);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy