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