# Enum: com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointType

Types of APK end\-points.

## Constant: ACTIVITY
Description: An activity end\-point.

## Constant: PROVIDER
Description: A content provider end\-point.

## Constant: RECEIVER
Description: A broadcast receiver end\-point.

## Constant: SERVICE
Description: A service end\-point.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.core.units.code.android.ApkManifestHelper.EndPointType[]`


