public class

BooleanOptionDefinition

extends OptionDefinition
implements ITypedOptionDefinition
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.OptionDefinition
     ↳ com.pnfsoftware.jeb.core.BooleanOptionDefinition

Class Overview

Boolean option description used by property definition managers. Allow true/false values. Use valueOf(String) for conversion.

Summary

Public Constructors
BooleanOptionDefinition(String name, boolean defaultValue, String description)
Public Methods
Object getOptions()
Unused
ITypedOptionDefinition.Type getType()
Retrieve the type of the option
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.OptionDefinition
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.IOptionDefinition
From interface com.pnfsoftware.jeb.core.ITypedOptionDefinition

Public Constructors

public BooleanOptionDefinition (String name, boolean defaultValue, String description)

Public Methods

public Object getOptions ()

Unused

Returns
  • null

public ITypedOptionDefinition.Type getType ()

Retrieve the type of the option

Returns
  • the type