Uses of Enum Class
edu.nps.moves.dis7.enumerations.Mode5LocationErrors
Packages that use Mode5LocationErrors
Package
Description
Enumeration type infrastructure classes for enumerations supporting open-dis7-java library.
This package includes a variety of PDU unit tests to confirm opendis7-java code correctness.
-
Uses of Mode5LocationErrors in edu.nps.moves.dis7.enumerations
Subclasses with type arguments of type Mode5LocationErrors in edu.nps.moves.dis7.enumerationsModifier and TypeClassDescriptionenumThisenumtype is generated from XML, UID 423, marshal size 1; Mode5LocationErrors has 2 enumerations total.Methods in edu.nps.moves.dis7.enumerations that return Mode5LocationErrorsModifier and TypeMethodDescriptionstatic Mode5LocationErrorsMode5LocationErrors.getEnumForValue(int value) Provide enumeration for a given valuestatic Mode5LocationErrorsMode5LocationErrors.unmarshalEnum(DataInputStream dis) Unmarshal value to DataInputStreamstatic Mode5LocationErrorsMode5LocationErrors.unmarshalEnum(ByteBuffer byteBuffer) Unmarshal enumeration value to ByteBufferstatic Mode5LocationErrorsReturns the enum constant of this class with the specified name.static Mode5LocationErrors[]Mode5LocationErrors.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Mode5LocationErrors in edu.nps.moves.dis7.test
Methods in edu.nps.moves.dis7.test that return Mode5LocationErrorsMethods in edu.nps.moves.dis7.test with parameters of type Mode5LocationErrorsModifier and TypeMethodDescriptionIFFMode5StatusRecord.Builder.setLocationErrors(Mode5LocationErrors locationErrors) Default value is Mode5LocationErrors.NO_LOCATION_ERRORS.