Uses of Interface
io.adminshell.aas.v3.model.File
-
Packages that use File Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of File in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return File Modifier and Type Method Description FileAssetInformation. getDefaultThumbnail()Thumbnail of the asset represented by the asset administration shell.Methods in io.adminshell.aas.v3.model with parameters of type File Modifier and Type Method Description voidAssetInformation. setDefaultThumbnail(File defaultThumbnail)Thumbnail of the asset represented by the asset administration shell. -
Uses of File in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type File Modifier and Type Class Description classFileBuilder<T extends File,B extends FileBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type File Modifier and Type Method Description BAssetInformationBuilder. defaultThumbnail(File defaultThumbnail)This function allows setting a value for defaultThumbnail -
Uses of File in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement File Modifier and Type Class Description classDefaultFileDefault implementation of package io.adminshell.aas.v3.model.File A File is a data element that represents a file via its path description.Fields in io.adminshell.aas.v3.model.impl declared as File Modifier and Type Field Description protected FileDefaultAssetInformation. defaultThumbnailMethods in io.adminshell.aas.v3.model.impl that return File Modifier and Type Method Description FileDefaultAssetInformation. getDefaultThumbnail()Methods in io.adminshell.aas.v3.model.impl with parameters of type File Modifier and Type Method Description voidDefaultAssetInformation. setDefaultThumbnail(File defaultThumbnail)
-