Uses of Enum Class
de.iip_ecosphere.platform.services.environment.ServiceKind
Packages that use ServiceKind
-
Uses of ServiceKind in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as ServiceKindModifier and TypeFieldDescriptionprivate ServiceKindAbstractService.kindprivate ServiceKindAbstractYamlService.kindMethods in de.iip_ecosphere.platform.services.environment that return ServiceKindModifier and TypeMethodDescriptionAbstractDelegatingService.getKind()AbstractService.getKind()AbstractYamlService.getKind()Sets the service kind.Service.getKind()Returns the service kind.ServiceStub.getKind()static ServiceKindReturns the enum constant of this class with the specified name.static ServiceKind[]ServiceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ServiceKindModifier and TypeMethodDescriptionvoidAbstractYamlService.setKind(ServiceKind kind) Sets the service kind.Constructors in de.iip_ecosphere.platform.services.environment with parameters of type ServiceKindModifierConstructorDescriptionprotectedAbstractService(ServiceKind kind) Fallback constructor setting most fields to "empty" default values.protectedAbstractService(String id, ServiceKind kind) Fallback constructor setting most fields to "empty" default values.protectedAbstractService(String id, String name, de.iip_ecosphere.platform.support.Version version, String description, boolean isDeployable, boolean isTopLevel, ServiceKind kind) Creates an abstract service.protectedFallback constructor setting most fields to "empty" default values.protectedDefaultServiceImpl(String id, ServiceKind kind) Fallback constructor setting most fields to "empty" default values.protectedDefaultServiceImpl(String id, String name, de.iip_ecosphere.platform.support.Version version, String description, boolean isDeployable, boolean isTopLevel, ServiceKind kind) Creates a default service.