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