Uses of Class
ubic.gemma.rest.util.LocationType
-
Packages that use LocationType Package Description ubic.gemma.rest.util -
-
Uses of LocationType in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util that return LocationType Modifier and Type Method Description static LocationType
LocationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocationType[]
LocationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.rest.util with parameters of type LocationType Modifier and Type Method Description void
WellComposedErrorBody. addError(Throwable t, String location, LocationType locationType)
Adds descriptive values from the throwable object to the instance of WellComposedErrorBody.<S extends ResponseDataObject<T>>
SResponseDataObject. addWarnings(Iterable<Throwable> throwables, String location, LocationType locationType)
Add a bunch of warnings to#getWarnings()
.
-