Uses of Class
de.trustable.ca3s.core.domain.enumeration.CAConnectorType
-
Packages that use CAConnectorType Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration -
-
Uses of CAConnectorType in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type CAConnectorType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<CAConnectorConfig,CAConnectorType>CAConnectorConfig_. caConnectorTypeMethods in de.trustable.ca3s.core.domain that return CAConnectorType Modifier and Type Method Description CAConnectorTypeCAConnectorConfig. getCaConnectorType()Methods in de.trustable.ca3s.core.domain with parameters of type CAConnectorType Modifier and Type Method Description CAConnectorConfigCAConnectorConfig. caConnectorType(CAConnectorType caConnectorType)voidCAConnectorConfig. setCaConnectorType(CAConnectorType caConnectorType) -
Uses of CAConnectorType in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return CAConnectorType Modifier and Type Method Description static CAConnectorTypeCAConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static CAConnectorType[]CAConnectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-