public interface CheckpointAlgorithm<T> extends Child<T>, JslCheckpointAlgorithmCommType<T,CheckpointAlgorithm<T>,Properties<CheckpointAlgorithm<T>>>
CheckpointAlgorithm
xsd typeModifier and Type | Method and Description |
---|---|
Properties<CheckpointAlgorithm<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
CheckpointAlgorithm<T> |
ref(String ref)
Sets the
ref attribute |
CheckpointAlgorithm<T> |
removeProperties()
Removes the
properties element |
CheckpointAlgorithm<T> |
removeRef()
Removes the
ref attribute |
Properties<CheckpointAlgorithm<T>> getOrCreateProperties()
properties
element with the given value will be created.
Otherwise, the existing properties
element will be returned.Properties>
CheckpointAlgorithm<T> removeProperties()
properties
elementCheckpointAlgorithm
CheckpointAlgorithm<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
CheckpointAlgorithm
String getRef()
ref
attributeref
CheckpointAlgorithm<T> removeRef()
ref
attributeCheckpointAlgorithm
Copyright © 2021 JBoss by Red Hat. All rights reserved.