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