Uses of Enum Class
de.iip_ecosphere.platform.configuration.ivml.IvmlTypeKind
Packages that use IvmlTypeKind
-
Uses of IvmlTypeKind in de.iip_ecosphere.platform.configuration.ivml
Methods in de.iip_ecosphere.platform.configuration.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.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.