public class EscherBoolProperty extends EscherSimpleProperty
EscherSimpleProperty,
EscherPropertypropertyValue| Constructor and Description |
|---|
EscherBoolProperty(short propertyNumber,
int value)
Create an instance of an escher boolean property.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFalse()
Whether this boolean property is false
|
boolean |
isTrue()
Whether this boolean property is true
|
String |
toXml(String tab) |
equals, getPropertyValue, hashCode, serializeComplexPart, serializeSimplePart, toStringgetId, getName, getPropertyNumber, getPropertySize, isBlipId, isComplexpublic EscherBoolProperty(short propertyNumber,
int value)
propertyNumber - The property number (or id)value - The 32 bit value of this bool propertypublic boolean isTrue()
public boolean isFalse()
public String toXml(String tab)
toXml in class EscherSimplePropertyCopyright © 2020. All rights reserved.