Uses of Enum Class
de.iip_ecosphere.platform.support.aas.basyx2.server.BaSyxAbstractAasServer.ServerType
Packages that use BaSyxAbstractAasServer.ServerType
-
Uses of BaSyxAbstractAasServer.ServerType in de.iip_ecosphere.platform.support.aas.basyx2.server
Fields in de.iip_ecosphere.platform.support.aas.basyx2.server declared as BaSyxAbstractAasServer.ServerTypeMethods in de.iip_ecosphere.platform.support.aas.basyx2.server that return BaSyxAbstractAasServer.ServerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BaSyxAbstractAasServer.ServerType[]BaSyxAbstractAasServer.ServerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.iip_ecosphere.platform.support.aas.basyx2.server with parameters of type BaSyxAbstractAasServer.ServerTypeModifierConstructorDescription(package private)BaSyxAbstractAasServer(de.iip_ecosphere.platform.support.aas.SetupSpec spec, BaSyxAbstractAasServer.ServerType type, String... options) Creates a new BaSyx AAS server.BaSyxLocalServer(de.iip_ecosphere.platform.support.aas.SetupSpec spec, BaSyxAbstractAasServer.ServerType serverType, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistencyType, String... options) Creates a new BaSyx AAS server.