Uses of Class
io.adminshell.aas.v3.model.AssetKind
-
Packages that use AssetKind Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of AssetKind in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return AssetKind Modifier and Type Method Description AssetKindAssetInformation. getAssetKind()Denotes whether the Asset of kind 'Type' or 'Instance'.static AssetKindAssetKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssetKind[]AssetKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.adminshell.aas.v3.model with parameters of type AssetKind Modifier and Type Method Description voidAssetInformation. setAssetKind(AssetKind assetKind)Denotes whether the Asset of kind 'Type' or 'Instance'. -
Uses of AssetKind in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type AssetKind Modifier and Type Method Description BAssetInformationBuilder. assetKind(AssetKind assetKind)This function allows setting a value for assetKind -
Uses of AssetKind in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl declared as AssetKind Modifier and Type Field Description protected AssetKindDefaultAssetInformation. assetKindMethods in io.adminshell.aas.v3.model.impl that return AssetKind Modifier and Type Method Description AssetKindDefaultAssetInformation. getAssetKind()Methods in io.adminshell.aas.v3.model.impl with parameters of type AssetKind Modifier and Type Method Description voidDefaultAssetInformation. setAssetKind(AssetKind assetKind)
-