Uses of Class
com.calumma.backend.web.repository.core.symbol.ProjectionType
-
Packages that use ProjectionType Package Description com.calumma.backend.web.repository.core.symbol -
-
Uses of ProjectionType in com.calumma.backend.web.repository.core.symbol
Methods in com.calumma.backend.web.repository.core.symbol that return ProjectionType Modifier and Type Method Description ProjectionTypeProjectionField. getProjectionType()static ProjectionTypeProjectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectionType[]ProjectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.calumma.backend.web.repository.core.symbol with parameters of type ProjectionType Modifier and Type Method Description voidProjectionField. setProjectionType(ProjectionType projectionType)
-