Uses of Class
org.goplanit.tntp.enums.SpeedUnits
-
Packages that use SpeedUnits Package Description org.goplanit.tntp.converter.network org.goplanit.tntp.enums Enumerations used in the TNTP format input -
-
Uses of SpeedUnits in org.goplanit.tntp.converter.network
Methods in org.goplanit.tntp.converter.network that return SpeedUnits Modifier and Type Method Description SpeedUnitsTntpNetworkReaderSettings. getSpeedUnits()Methods in org.goplanit.tntp.converter.network with parameters of type SpeedUnits Modifier and Type Method Description voidTntpNetworkReaderSettings. setSpeedUnits(SpeedUnits speedUnits) -
Uses of SpeedUnits in org.goplanit.tntp.enums
Methods in org.goplanit.tntp.enums that return SpeedUnits Modifier and Type Method Description static SpeedUnitsSpeedUnits. valueOf(String name)Returns the enum constant of this type with the specified name.static SpeedUnits[]SpeedUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.
-