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

Specialized integer property type offering a fixed selection of labeled values.

## Method: afterRead
- parameter: `def`, type: `com.pnfsoftware.jeb.core.properties.IPropertyDefinition`
- parameter: `value`, type: `java.lang.Object`
- return type: `java.lang.Object`


## Method: getDefault
- return type: `java.lang.Integer`


## Method: getEntries
- return type: `java.util.List<com.pnfsoftware.jeb.core.properties.impl.PropertyTypeSelection.E>`

Description: Get the selectable entries.
return: the entries in declaration order

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


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


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


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


## Method: validate
- parameter: `value`, type: `java.lang.Object`
- return type: `boolean`


