Uses of Class
com.ibm.j9ddr.StructureReader.PackageNameType
-
Packages that use StructureReader.PackageNameType Package Description com.ibm.j9ddr -
-
Uses of StructureReader.PackageNameType in com.ibm.j9ddr
Methods in com.ibm.j9ddr that return StructureReader.PackageNameType Modifier and Type Method Description static StructureReader.PackageNameType
StructureReader.PackageNameType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StructureReader.PackageNameType[]
StructureReader.PackageNameType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.j9ddr with parameters of type StructureReader.PackageNameType Modifier and Type Method Description String
StructureReader. getPackageName(StructureReader.PackageNameType type)
Get the package name that should be used including the version information
-