Uses of Class
de.trustable.ca3s.core.service.dto.Selector
-
Packages that use Selector Package Description de.trustable.ca3s.core.service.dto Data Transfer Objects. -
-
Uses of Selector in de.trustable.ca3s.core.service.dto
Methods in de.trustable.ca3s.core.service.dto that return Selector Modifier and Type Method Description static SelectorSelector. valueOf(String name)Returns the enum constant of this type with the specified name.static Selector[]Selector. values()Returns an array containing the constants of this enum type, in the order they are declared.
-