![JAR search and dependency download from the Maven repository](/logo.png)
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