| Modifier and Type | Method and Description |
|---|---|
static Property |
ChannelUtil.getProperty(Channel channel,
String propertyName)
Deprecated.
|
Property |
Channel.getProperty(String propertyName)
Returns the
Property with the name = propertyName if present on
this channel else null if no property with given name found. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Property> |
Channel.getProperties()
Returns a list of all the
Propertys associated with this channel. |
| Modifier and Type | Method and Description |
|---|---|
static Property.Builder |
Property.Builder.property(Property property)
Returns a
Property.Builder to for a property which is a copy of property. |
Copyright © 2012. All Rights Reserved.