Uses of Class
de.iip_ecosphere.platform.configuration.ivml.IvmlTypeKind
-
Packages that use IvmlTypeKind Package Description de.iip_ecosphere.platform.configuration.ivml Generic mapping of IVML into AAS. -
-
Uses of IvmlTypeKind in de.iip_ecosphere.platform.configuration.ivml
Methods in de.iip_ecosphere.platform.configuration.ivml that return IvmlTypeKind Modifier and Type Method Description static IvmlTypeKindIvmlTypeKind. asTypeKind(net.ssehub.easy.varModel.model.datatypes.IDatatype type)Determines the type kind oftype.static IvmlTypeKindIvmlTypeKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IvmlTypeKind[]IvmlTypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.ivml with parameters of type IvmlTypeKind Modifier and Type Method Description private voidTypeMapper. addTypeKind(de.iip_ecosphere.platform.support.aas.SubmodelElementCollection.SubmodelElementCollectionBuilder typeB, IvmlTypeKind kind)Adds an AAS type kind property.
-