Package | Description |
---|---|
magma.agent.communication | |
magma.agent.communication.base |
Modifier and Type | Method and Description |
---|---|
IChannelState.DataState |
IChannelState.getDataState() |
static IChannelState.DataState |
IChannelState.DataState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IChannelState.DataState[] |
IChannelState.DataState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IChannelState.setDataState(IChannelState.DataState dataState) |
Modifier and Type | Method and Description |
---|---|
IChannelState.DataState |
ChannelState.getDataState() |
Modifier and Type | Method and Description |
---|---|
void |
ChannelState.setDataState(IChannelState.DataState dataState) |