Package org.see.skf.util.encoding
Class ExecutionModeCoder
java.lang.Object
org.see.skf.util.encoding.ExecutionModeCoder
- All Implemented Interfaces:
Coder<ExecutionConfiguration.ExecutionMode>
public class ExecutionModeCoder
extends Object
implements Coder<ExecutionConfiguration.ExecutionMode>
Coder for the SpaceFOM ExecutionMode enum data type.
- Since:
- 1.5
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExecutionModeCoder
public ExecutionModeCoder()
-
-
Method Details
-
decode
public ExecutionConfiguration.ExecutionMode decode(byte[] buffer) throws hla.rti1516_2025.encoding.DecoderException - Specified by:
decodein interfaceCoder<ExecutionConfiguration.ExecutionMode>- Throws:
hla.rti1516_2025.encoding.DecoderException
-
encode
- Specified by:
encodein interfaceCoder<ExecutionConfiguration.ExecutionMode>
-
getAllowedType
- Specified by:
getAllowedTypein interfaceCoder<ExecutionConfiguration.ExecutionMode>
-