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