public interface BooleanValue extends 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.
<xsd:attributeGroup name="booleanvalue">
<xsd:attribute name="value" type="xsd:boolean" use="required"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getValue() |
void |
setValue(Boolean value) |
attributes, compare, name, nestedCompareread, writeCopyright © 2017. All rights reserved.