|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface IChannelParameter
IChannelParameter represents an interface for ChannelDefinition parameters. These parameters function as defaults for the channel and may optionally be overridden by end users.
| Method Summary | |
|---|---|
String |
getDescription()
Deprecated. Get a description of this channel parameter. |
String |
getName()
Deprecated. Get the name of the channel parameter. |
boolean |
getOverride()
Deprecated. Get whether the value of this channel parameter may be overridden. |
String |
getValue()
Deprecated. Get the default value of the channel parameter. |
void |
setDescription(String descr)
Deprecated. Set the description of this channel parameter. |
void |
setName(String name)
Deprecated. Set the name of the channel parameter. |
void |
setOverride(boolean override)
Deprecated. Set whether this channel parameter may be overridden. |
void |
setValue(String value)
Deprecated. Set the default value for this channel parameter. |
| Method Detail |
|---|
String getName()
String getValue()
boolean getOverride()
String getDescription()
void setName(String name)
name - the name of the channel parametervoid setValue(String value)
value - the default value for this channel parameter.void setOverride(boolean override)
override - true if the channel parameter may be overridden.void setDescription(String descr)
descr - description of this channel parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||