Uses of Class
com.ibm.j9ddr.StructureHeader.BlobID
-
Packages that use StructureHeader.BlobID Package Description com.ibm.j9ddr -
-
Uses of StructureHeader.BlobID in com.ibm.j9ddr
Methods in com.ibm.j9ddr that return StructureHeader.BlobID Modifier and Type Method Description StructureHeader.BlobID
StructureHeader. getBlobID()
static StructureHeader.BlobID
StructureHeader.BlobID. valueOf(String name)
Returns the enum constant of this type with the specified name.static StructureHeader.BlobID[]
StructureHeader.BlobID. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.ibm.j9ddr with parameters of type StructureHeader.BlobID Constructor Description StructureHeader(StructureHeader.BlobID id, int blobVersion, String packageID)
Configure a structure header which is just identified by a blob type and version.
-