# Class: com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointDescription

Short description of APK end\-point.

## Constructor: EndPointDescription
- parameter: `fqname`, type: `java.lang.String`
- parameter: `enabled`, type: `boolean`
- parameter: `exported`, type: `boolean`

Description: Create an endpoint description.
parameter: fqname: fully\-qualified endpoint class name
parameter: enabled: true if the endpoint is enabled
parameter: exported: true if the endpoint is exported

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

Description: Get the endpoint fully\-qualified class name.
return: the endpoint class name

## Method: getMetadata
- return type: `java.util.Map<java.lang.String,java.lang.String>`

Description: Get endpoint metadata entries.
return: an unmodifiable metadata map

## Method: isEnabled
- return type: `boolean`

Description: Determine whether the endpoint is enabled.
return: true if the endpoint is enabled

## Method: isExported
- return type: `boolean`

Description: Determine whether the endpoint is exported.
return: true if the endpoint is exported

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


