public interface PartitionMapper<T> extends Child<T>, JslPartitionMapperCommType<T,PartitionMapper<T>,Properties<PartitionMapper<T>>>
PartitionMapper
xsd typeModifier 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
elementPartitionMapper
PartitionMapper<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
PartitionMapper
String getRef()
ref
attributeref
PartitionMapper<T> removeRef()
ref
attributePartitionMapper
Copyright © 2016 JBoss by Red Hat. All rights reserved.