[ini4j]

org.ini4j.sample
Interface Dwarfs

All Known Subinterfaces:
BasicProfileTest.DwarfsRW
All Known Implementing Classes:
DwarfsBean, DwarfsData

public interface Dwarfs


Field Summary
static String PROP_BASHFUL
           
static String PROP_DOC
           
static String PROP_DOPEY
           
static String PROP_GRUMPY
           
static String PROP_HAPPY
           
static String PROP_SLEEPY
           
static String PROP_SNEEZY
           
 
Method Summary
 Dwarf getBashful()
           
 Dwarf getDoc()
           
 Dwarf getDopey()
           
 Dwarf getGrumpy()
           
 Dwarf getHappy()
           
 Dwarf getSleepy()
           
 Dwarf getSneezy()
           
 

Field Detail

PROP_BASHFUL

static final String PROP_BASHFUL
See Also:
Constant Field Values

PROP_DOC

static final String PROP_DOC
See Also:
Constant Field Values

PROP_DOPEY

static final String PROP_DOPEY
See Also:
Constant Field Values

PROP_GRUMPY

static final String PROP_GRUMPY
See Also:
Constant Field Values

PROP_HAPPY

static final String PROP_HAPPY
See Also:
Constant Field Values

PROP_SLEEPY

static final String PROP_SLEEPY
See Also:
Constant Field Values

PROP_SNEEZY

static final String PROP_SNEEZY
See Also:
Constant Field Values
Method Detail

getBashful

Dwarf getBashful()

getDoc

Dwarf getDoc()

getDopey

Dwarf getDopey()

getGrumpy

Dwarf getGrumpy()

getHappy

Dwarf getHappy()

getSleepy

Dwarf getSleepy()

getSneezy

Dwarf getSneezy()

[ini4j]