Uses of Enum
ubic.gemma.rest.util.LocationType
Packages that use LocationType
-
Uses of LocationType in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util that return LocationTypeModifier and TypeMethodDescriptionWellComposedError.getLocationType()WellComposedWarning.getLocationType()static LocationTypeReturns 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 LocationTypeModifier and TypeMethodDescription<S extends ResponseDataObject<T>>
SResponseDataObject.addWarnings(Iterable<Throwable> throwables, String location, LocationType locationType) Add a bunch of warnings toResponseDataObject.getWarnings().WellComposedError.WellComposedErrorBuilder.locationType(LocationType locationType) WellComposedWarning.WellComposedWarningBuilder.locationType(LocationType locationType)