public interface

IEnumerationElement

com.pnfsoftware.jeb.core.units.code.asm.type.IEnumerationElement

Class Overview

An enumerated value, defined by an enum.

Summary

Public Methods
abstract String getName()
Get the name of this value.
abstract int getValue()
Get the integer value.

Public Methods

public abstract String getName ()

Get the name of this value.

public abstract int getValue ()

Get the integer value.