public class EscherBoolProperty extends EscherSimpleProperty
EscherSimpleProperty
,
EscherProperty
Constructor and Description |
---|
EscherBoolProperty(EscherPropertyTypes propertyType,
int value)
Create an instance of an escher boolean property.
|
EscherBoolProperty(short propertyNumber,
int value)
Create an instance of an escher boolean property.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTrue()
Whether this boolean property is true
|
equals, getGenericProperties, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart
getGenericChildren, getGenericRecordType, getId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplex, toString, toXml
public EscherBoolProperty(short propertyNumber, int value)
propertyNumber
- The property number (or id)value
- The 32 bit value of this bool propertypublic EscherBoolProperty(EscherPropertyTypes propertyType, int value)
propertyType
- The property typevalue
- The 32 bit value of this bool propertyCopyright 2020 The Apache Software Foundation or its licensors, as applicable.