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

Path\-oriented string property type.

## Method: equals
- parameter: `obj`, type: `java.lang.Object`
- return type: `boolean`


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


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


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


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


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


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


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


## Static Method: create
- parameter: `def`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.properties.impl.PropertyTypePath`

Description: Create a path property type.
parameter: def: default path value
return: a cached property type instance

## Static Method: create
- return type: `com.pnfsoftware.jeb.core.properties.impl.PropertyTypePath`

Description: Define a path property that defaults to the empty string.
return: the property type

