
public interface CheckpointAlgorithm<T> extends Child<T>, JslCheckpointAlgorithmCommType<T,CheckpointAlgorithm<T>,Properties<CheckpointAlgorithm<T>>>
CheckpointAlgorithm xsd type| Modifier 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 elementCheckpointAlgorithmCheckpointAlgorithm<T> ref(String ref)
ref attributeref - the value for the attribute refCheckpointAlgorithmString getRef()
ref attributerefCheckpointAlgorithm<T> removeRef()
ref attributeCheckpointAlgorithmCopyright © 2021 JBoss by Red Hat. All rights reserved.