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