Uses of Interface
io.adminshell.aas.v3.model.Blob
-
Packages that use Blob Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Blob in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return Blob Modifier and Type Method Description BlobBlobCertificate. getBlobCertificate()Certificate as BLOB.Methods in io.adminshell.aas.v3.model with parameters of type Blob Modifier and Type Method Description voidBlobCertificate. setBlobCertificate(Blob blobCertificate)Certificate as BLOB. -
Uses of Blob in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type Blob Modifier and Type Class Description classBlobBuilder<T extends Blob,B extends BlobBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type Blob Modifier and Type Method Description BBlobCertificateBuilder. blobCertificate(Blob blobCertificate)This function allows setting a value for blobCertificate -
Uses of Blob in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Blob Modifier and Type Class Description classDefaultBlobDefault implementation of package io.adminshell.aas.v3.model.Blob A BLOB is a data element that represents a file that is contained with its source code in the value attribute.Fields in io.adminshell.aas.v3.model.impl declared as Blob Modifier and Type Field Description protected BlobDefaultBlobCertificate. blobCertificateMethods in io.adminshell.aas.v3.model.impl that return Blob Modifier and Type Method Description BlobDefaultBlobCertificate. getBlobCertificate()Methods in io.adminshell.aas.v3.model.impl with parameters of type Blob Modifier and Type Method Description voidDefaultBlobCertificate. setBlobCertificate(Blob blobCertificate)
-