public abstract class RunProperty extends Object implements Property, ReplaceableRunProperty
| Constructor and Description |
|---|
RunProperty() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeReplaced(ReplaceableRunProperty runProperty)
Checks whether a run property can be replaced by another.
|
boolean |
equals(Object o) |
protected abstract boolean |
equalsProperty(RunProperty rp) |
abstract List<XMLEvent> |
getEvents() |
abstract QName |
getName()
Gets a qualified name.
|
abstract int |
hashCode() |
ReplaceableRunProperty |
replace(ReplaceableRunProperty runProperty)
Replaces a run property by another.
|
protected abstract boolean equalsProperty(RunProperty rp)
public boolean canBeReplaced(ReplaceableRunProperty runProperty)
ReplaceableRunPropertycanBeReplaced in interface ReplaceableRunPropertyrunProperty - A run property to check againsttrue if a property can be replaced
false otherwisepublic ReplaceableRunProperty replace(ReplaceableRunProperty runProperty)
ReplaceableRunPropertyreplace in interface ReplaceableRunPropertyrunProperty - A run property to replace byCopyright © 2019. All rights reserved.