# Interface: com.pnfsoftware.jeb.core.units.codeobject.IELFSectionEntry

ELF section table entry information.

## Method: format
- parameter: `elf`, type: `com.pnfsoftware.jeb.core.units.codeobject.IELFUnit`
- return type: `java.lang.String`

Description: Format this section entry for display.
parameter: elf: owning ELF unit
return: formatted entry

## Method: getAddress
- return type: `long`

Description: Get section virtual address.
return: section virtual address

## Method: getAlignment
- return type: `long`

Description: Get section alignment.
return: section alignment

## Method: getEntrySize
- return type: `long`

Description: Get entry size, for table\-like sections.
return: entry size, for table\-like sections

## Method: getFlags
- return type: `long`

Description: Get section flags.
return: section flags

## Method: getInfo
- return type: `int`

Description: Get section\-specific information.
return: section\-specific information

## Method: getLink
- return type: `int`

Description: Get linked section index.
return: linked section index

## Method: getName
- return type: `java.lang.String`

Description: Get section name.
return: section name

## Method: getOffset
- return type: `long`

Description: Get file offset.
return: file offset

## Method: getSize
- return type: `long`

Description: Get section size.
return: section size

## Method: getType
- return type: `int`

Description: Get section type.
return: section type

