Uses of Class
org.noise_planet.noisemodelling.pathfinder.profilebuilder.CutProfile.PROFILE_TYPE
-
Packages that use CutProfile.PROFILE_TYPE Package Description org.noise_planet.noisemodelling.pathfinder.profilebuilder -
-
Uses of CutProfile.PROFILE_TYPE in org.noise_planet.noisemodelling.pathfinder.profilebuilder
Fields in org.noise_planet.noisemodelling.pathfinder.profilebuilder declared as CutProfile.PROFILE_TYPE Modifier and Type Field Description CutProfile.PROFILE_TYPECutProfile. profileTypeMethods in org.noise_planet.noisemodelling.pathfinder.profilebuilder that return CutProfile.PROFILE_TYPE Modifier and Type Method Description CutProfile.PROFILE_TYPECutProfile. getProfileType()static CutProfile.PROFILE_TYPECutProfile.PROFILE_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static CutProfile.PROFILE_TYPE[]CutProfile.PROFILE_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.noise_planet.noisemodelling.pathfinder.profilebuilder with parameters of type CutProfile.PROFILE_TYPE Modifier and Type Method Description voidCutProfile. setProfileType(CutProfile.PROFILE_TYPE profileType)
-