Package org.openwms.common.location.api
Interface ErrorCodeTransformers
public interface ErrorCodeTransformers
A ErrorCodeTransformers is a collection of transformer implementations that can transform between an
ErrorCode
to arbitrary
states used within the domain model. The ErrorCode
is a bitmap that needs to be decoded into the actual state used in the domain
model.- Author:
- Heiko Scherrer
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Decode the GroupStateIn from theErrorCode
.static interface
Decode the GroupStateOut from theErrorCode
.static interface
Decode the LocationStateIn from theErrorCode
.static interface
Decode the LocationStateOut from theErrorCode
.