# Interface: com.pnfsoftware.jeb.core.IOptionDefinition

Simple definition for a type\-less option, containing a name and a description.

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

Description: Get the option default value as a string.
return: default value, or null if no default is defined

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

Description: Get the option description.
return: the optional \(but strongly recommended\) definition description

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

Description: Get the definition name. If name is null, then this option is a simple description field.
return: the mandatory definition name

