Uses of Enum Class
com.pnfsoftware.jeb.core.units.MetadataGroupType
Packages that use MetadataGroupType
Package
Description
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
-
Uses of MetadataGroupType in com.pnfsoftware.jeb.core.units
Fields in com.pnfsoftware.jeb.core.units declared as MetadataGroupTypeMethods in com.pnfsoftware.jeb.core.units that return MetadataGroupTypeModifier and TypeMethodDescriptionAbstractMetadataGroup.getType()
IMetadataGroup.getType()
Get the group type.static MetadataGroupType
Returns the enum constant of this class with the specified name.static MetadataGroupType[]
MetadataGroupType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.core.units with parameters of type MetadataGroupTypeModifierConstructorDescriptionprotected
AbstractMetadataGroup
(String name, MetadataGroupType type) MetadataGroup
(String name, MetadataGroupType type)