Uses of Class
de.iip_ecosphere.platform.services.environment.ServiceKind
-
Packages that use ServiceKind Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of ServiceKind in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as ServiceKind Modifier and Type Field Description private ServiceKindAbstractService. kindprivate ServiceKindAbstractYamlService. kindMethods in de.iip_ecosphere.platform.services.environment that return ServiceKind Modifier and Type Method Description ServiceKindAbstractService. getKind()ServiceKindAbstractYamlService. getKind()Sets the service kind.ServiceKindService. getKind()Returns the service kind.ServiceKindServiceStub. getKind()static ServiceKindServiceKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceKind[]ServiceKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.services.environment with parameters of type ServiceKind Modifier and Type Method Description voidAbstractYamlService. setKind(ServiceKind kind)Sets the service kind.Constructors in de.iip_ecosphere.platform.services.environment with parameters of type ServiceKind Constructor Description AbstractService(ServiceKind kind)Fallback constructor setting most fields to "empty" default values.AbstractService(java.lang.String id, ServiceKind kind)Fallback constructor setting most fields to "empty" default values.AbstractService(java.lang.String id, java.lang.String name, de.iip_ecosphere.platform.support.iip_aas.Version version, java.lang.String description, boolean isDeployable, boolean isTopLevel, ServiceKind kind)Creates an abstract service.DefaultServiceImpl(ServiceKind kind)Fallback constructor setting most fields to "empty" default values.DefaultServiceImpl(java.lang.String id, ServiceKind kind)Fallback constructor setting most fields to "empty" default values.DefaultServiceImpl(java.lang.String id, java.lang.String name, de.iip_ecosphere.platform.support.iip_aas.Version version, java.lang.String description, boolean isDeployable, boolean isTopLevel, ServiceKind kind)Creates a default service.
-