Uses of Enum
jmri.web.servlet.operations.HtmlTrainCommon.ShowLocation
Packages that use HtmlTrainCommon.ShowLocation
-
Uses of HtmlTrainCommon.ShowLocation in jmri.web.servlet.operations
Methods in jmri.web.servlet.operations that return HtmlTrainCommon.ShowLocationModifier and TypeMethodDescriptionstatic HtmlTrainCommon.ShowLocationReturns the enum constant of this type with the specified name.static HtmlTrainCommon.ShowLocation[]HtmlTrainCommon.ShowLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.web.servlet.operations with parameters of type HtmlTrainCommon.ShowLocationModifier and TypeMethodDescriptionprotected StringHtmlManifest.getDropLocation(com.fasterxml.jackson.databind.JsonNode location, HtmlTrainCommon.ShowLocation show) protected StringHtmlManifest.getFormattedLocation(com.fasterxml.jackson.databind.JsonNode location, HtmlTrainCommon.ShowLocation show, String prefix) protected StringHtmlManifest.getPickupLocation(com.fasterxml.jackson.databind.JsonNode location, HtmlTrainCommon.ShowLocation show)