Uses of Enum
edu.nps.moves.dis7.enumerations.TimeSlotAllocationLevel
Packages that use TimeSlotAllocationLevel
-
Uses of TimeSlotAllocationLevel in edu.nps.moves.dis7.enumerations
Methods in edu.nps.moves.dis7.enumerations that return TimeSlotAllocationLevelModifier and TypeMethodDescriptionstatic TimeSlotAllocationLevelTimeSlotAllocationLevel.getEnumForValue(int i)provide enumeration for a given valuestatic TimeSlotAllocationLevelTimeSlotAllocationLevel.unmarshalEnum(DataInputStream dis)Unmarshal value to DataInputStreamstatic TimeSlotAllocationLevelTimeSlotAllocationLevel.unmarshalEnum(ByteBuffer byteBuffer)Unmarshal enumeration value to ByteBufferstatic TimeSlotAllocationLevelReturns the enum constant of this type with the specified name.static TimeSlotAllocationLevel[]TimeSlotAllocationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.