Uses of Interface
io.adminshell.aas.v3.model.AssetInformation
-
Packages that use AssetInformation Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of AssetInformation in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return AssetInformation Modifier and Type Method Description AssetInformationAssetAdministrationShell. getAssetInformation()Meta information about the asset the AAS is representing.Methods in io.adminshell.aas.v3.model with parameters of type AssetInformation Modifier and Type Method Description voidAssetAdministrationShell. setAssetInformation(AssetInformation assetInformation)Meta information about the asset the AAS is representing. -
Uses of AssetInformation in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type AssetInformation Modifier and Type Class Description classAssetInformationBuilder<T extends AssetInformation,B extends AssetInformationBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type AssetInformation Modifier and Type Method Description BAssetAdministrationShellBuilder. assetInformation(AssetInformation assetInformation)This function allows setting a value for assetInformation -
Uses of AssetInformation in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement AssetInformation Modifier and Type Class Description classDefaultAssetInformationDefault implementation of package io.adminshell.aas.v3.model.AssetInformation The asset may either represent an asset type or an asset instance.Fields in io.adminshell.aas.v3.model.impl declared as AssetInformation Modifier and Type Field Description protected AssetInformationDefaultAssetAdministrationShell. assetInformationMethods in io.adminshell.aas.v3.model.impl that return AssetInformation Modifier and Type Method Description AssetInformationDefaultAssetAdministrationShell. getAssetInformation()Methods in io.adminshell.aas.v3.model.impl with parameters of type AssetInformation Modifier and Type Method Description voidDefaultAssetAdministrationShell. setAssetInformation(AssetInformation assetInformation)
-