| Modifier and Type | Method and Description |
|---|---|
XmlChannel |
Channel.Builder.toXml()
build a
XmlChannel object using this builder. |
| Modifier and Type | Method and Description |
|---|---|
List<XmlChannel> |
XmlTag.getChannels()
Getter for tag's XmlChannels.
|
List<XmlChannel> |
XmlProperty.getChannels()
Get the list of channels associated with this property
|
static List<XmlChannel> |
ChannelUtil.toCollectionXmlChannels(Collection<Channel.Builder> channelBuilders)
Returns a list of
Channel built from the list of
Channel.Builders |
| Modifier and Type | Method and Description |
|---|---|
static String |
XmlChannel.toLog(XmlChannel data)
Creates a compact string representation for the log.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlTag.setChannels(List<XmlChannel> channels)
Setter for tag's XmlChannels.
|
void |
XmlProperty.setChannels(List<XmlChannel> channels)
set the channels associated with this property
|
Copyright © 2016. All Rights Reserved.