![JAR search and dependency download from the Maven repository](/logo.png)
io.legaldocml.akn.attribute.BooleanValue Maven / Gradle / Ivy
package io.legaldocml.akn.attribute;
import io.legaldocml.akn.AknObject;
/**
* The attribute value is used here to specify a boolean value for metadata elements. In elements using this attribute
* definition the value attribute is required.
*
* ```xml
*
*
*
* ```
*
* @author Jacques Militello
*/
public interface BooleanValue extends AknObject {
Boolean getValue();
void setValue(Boolean value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy