Uses of Class
de.trustable.ca3s.core.domain.enumeration.AlgorithmType
-
Packages that use AlgorithmType Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration -
-
Uses of AlgorithmType in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type AlgorithmType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<AlgorithmRestriction,AlgorithmType>AlgorithmRestriction_. typeMethods in de.trustable.ca3s.core.domain that return AlgorithmType Modifier and Type Method Description AlgorithmTypeAlgorithmRestriction. getType()Methods in de.trustable.ca3s.core.domain with parameters of type AlgorithmType Modifier and Type Method Description voidAlgorithmRestriction. setType(AlgorithmType type)AlgorithmRestrictionAlgorithmRestriction. type(AlgorithmType type) -
Uses of AlgorithmType in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return AlgorithmType Modifier and Type Method Description static AlgorithmTypeAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmType[]AlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-