Uses of Class
org.openstreetmap.josm.command.SplitWayCommand.WarningType
-
Packages that use SplitWayCommand.WarningType Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set. -
-
Uses of SplitWayCommand.WarningType in org.openstreetmap.josm.command
Fields in org.openstreetmap.josm.command with type parameters of type SplitWayCommand.WarningType Modifier and Type Field Description (package private) java.util.EnumSet<SplitWayCommand.WarningType>
SplitWayCommand.Analysis. warningTypes
Methods in org.openstreetmap.josm.command that return SplitWayCommand.WarningType Modifier and Type Method Description static SplitWayCommand.WarningType
SplitWayCommand.WarningType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SplitWayCommand.WarningType[]
SplitWayCommand.WarningType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.command that return types with arguments of type SplitWayCommand.WarningType Modifier and Type Method Description (package private) java.util.EnumSet<SplitWayCommand.WarningType>
SplitWayCommand.Analysis. getWarningTypes()
Constructor parameters in org.openstreetmap.josm.command with type arguments of type SplitWayCommand.WarningType Constructor Description Analysis(java.util.List<SplitWayCommand.RelationAnalysis> relationAnalyses, java.util.Collection<Command> commandList, java.util.EnumSet<SplitWayCommand.WarningType> warnings, int numberOfRelations)
-