JavaScript is disabled on your browser.
Skip navigation links
JEB API Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.pnfsoftware.jeb.core.units.code.asm.type
Interface IEnumerationElement
@Ser
public interface
IEnumerationElement
An enumerated value, defined by an
enum
.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Get the name of this value.
int
getValue
()
Get the integer value.
Method Details
getName
String
getName
()
Get the name of this value.
Returns:
getValue
int
getValue
()
Get the integer value.
Returns: