Uses of Class
jmri.web.servlet.operations.HtmlTrainCommon.ShowLocation
-
Packages that use HtmlTrainCommon.ShowLocation Package Description jmri.web.servlet.operations -
-
Uses of HtmlTrainCommon.ShowLocation in jmri.web.servlet.operations
Methods in jmri.web.servlet.operations that return HtmlTrainCommon.ShowLocation Modifier and Type Method Description static HtmlTrainCommon.ShowLocation
HtmlTrainCommon.ShowLocation. valueOf(java.lang.String name)
Returns 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.ShowLocation Modifier and Type Method Description protected java.lang.String
HtmlManifest. getDropLocation(com.fasterxml.jackson.databind.JsonNode location, HtmlTrainCommon.ShowLocation show)
protected java.lang.String
HtmlManifest. getFormattedLocation(com.fasterxml.jackson.databind.JsonNode location, HtmlTrainCommon.ShowLocation show, java.lang.String prefix)
protected java.lang.String
HtmlManifest. getPickupLocation(com.fasterxml.jackson.databind.JsonNode location, HtmlTrainCommon.ShowLocation show)
-