Uses of Class
de.iip_ecosphere.platform.support.aas.basyx.VabOperationsProvider.Kind
-
Packages that use VabOperationsProvider.Kind Package Description de.iip_ecosphere.platform.support.aas.basyx The AAS/BaSyx extension. -
-
Uses of VabOperationsProvider.Kind in de.iip_ecosphere.platform.support.aas.basyx
Fields in de.iip_ecosphere.platform.support.aas.basyx declared as VabOperationsProvider.Kind Modifier and Type Field Description private VabOperationsProvider.KindVabOperationsProvider.Entry. kindMethods in de.iip_ecosphere.platform.support.aas.basyx that return VabOperationsProvider.Kind Modifier and Type Method Description static VabOperationsProvider.KindVabOperationsProvider.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static VabOperationsProvider.Kind[]VabOperationsProvider.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.iip_ecosphere.platform.support.aas.basyx with parameters of type VabOperationsProvider.Kind Constructor Description Entry(VabOperationsProvider.Kind kind, java.lang.String uName)Creates an entry instance.
-