Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.perspective.PerspectiveType
-
Packages that use PerspectiveType Package Description org.gcube.data.analysis.dataminermanagercl.shared.perspective -
-
Uses of PerspectiveType in org.gcube.data.analysis.dataminermanagercl.shared.perspective
Methods in org.gcube.data.analysis.dataminermanagercl.shared.perspective that return PerspectiveType Modifier and Type Method Description static PerspectiveTypePerspectiveType. getFromLabel(String label)static PerspectiveTypePerspectiveType. getFromPerspective(String perspective)static PerspectiveTypePerspectiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static PerspectiveType[]PerspectiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.data.analysis.dataminermanagercl.shared.perspective that return types with arguments of type PerspectiveType Modifier and Type Method Description static List<PerspectiveType>PerspectiveType. asList()
-