Uses of Class
ml.calumma.rest.repository.core.symbol.ProjectionType
-
Packages that use ProjectionType Package Description ml.calumma.rest.repository.core.symbol -
-
Uses of ProjectionType in ml.calumma.rest.repository.core.symbol
Methods in ml.calumma.rest.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 ml.calumma.rest.repository.core.symbol with parameters of type ProjectionType Modifier and Type Method Description voidProjectionField. setProjectionType(ProjectionType projectionType)
-