Uses of Enum Class
de.iip_ecosphere.platform.configuration.easyProducer.ivml.IvmlTypeKind
Packages that use IvmlTypeKind
Package
Description
Generic mapping of IVML into AAS.
-
Uses of IvmlTypeKind in de.iip_ecosphere.platform.configuration.easyProducer.ivml
Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml that return IvmlTypeKindModifier and TypeMethodDescriptionstatic IvmlTypeKindIvmlTypeKind.asTypeKind(net.ssehub.easy.varModel.model.datatypes.IDatatype type) Determines the type kind oftype.static IvmlTypeKindReturns the enum constant of this class with the specified name.static IvmlTypeKind[]IvmlTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.easyProducer.ivml with parameters of type IvmlTypeKindModifier and TypeMethodDescriptionstatic voidTypeMapper.addTypeKind(de.iip_ecosphere.platform.support.aas.SubmodelElementContainerBuilder typeB, IvmlTypeKind kind, Function<String, String> metaShortId) Adds an AAS type kind property.