# Class: com.pnfsoftware.jeb.core.properties.impl.PropertyTypeSelection.E

One selectable entry of a selection property type.

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

Description: Get the optional entry description.
return: the entry description

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

Description: Get the entry identifier stored in the property value.
return: the entry identifier

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

Description: Get the display value of the entry.
return: the display value

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


