Package | Description |
---|---|
net.sf.mbus4j.dataframes |
Modifier and Type | Method and Description |
---|---|
static UserDataResponse.StatusCode |
UserDataResponse.StatusCode.fromLabel(String label) |
UserDataResponse.StatusCode[] |
MBusResponseFramesContainer.getStatus() |
UserDataResponse.StatusCode[] |
UserDataResponse.getStatus() |
static UserDataResponse.StatusCode |
UserDataResponse.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDataResponse.StatusCode[] |
UserDataResponse.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDataResponse.addStatus(UserDataResponse.StatusCode status) |
void |
MBusResponseFramesContainer.setStatus(UserDataResponse.StatusCode[] status) |
void |
UserDataResponse.setStatus(UserDataResponse.StatusCode[] status) |
static byte |
UserDataResponse.StatusCode.toId(UserDataResponse.StatusCode[] values) |
Copyright © 2009–2016 MBus4J. All rights reserved.