org.ini4j.test
Class DwarfsData
Object
DwarfsData
- All Implemented Interfaces:
- Dwarfs
public final class DwarfsData
- extends Object
- implements Dwarfs
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bashful
public static final DwarfsData.DwarfData bashful
doc
public static final DwarfsData.DwarfData doc
dopey
public static final DwarfsData.DwarfData dopey
grumpy
public static final DwarfsData.DwarfData grumpy
happy
public static final DwarfsData.DwarfData happy
sleepy
public static final DwarfsData.DwarfData sleepy
sneezy
public static final DwarfsData.DwarfData sneezy
dwarfs
public static final Dwarfs dwarfs
dwarfNames
public static final String[] dwarfNames
INI_DOPEY_WEIGHT
public static final String INI_DOPEY_WEIGHT
- See Also:
- Constant Field Values
INI_DOPEY_HEIGHT
public static final String INI_DOPEY_HEIGHT
- See Also:
- Constant Field Values
INI_GRUMPY_HEIGHT
public static final String INI_GRUMPY_HEIGHT
- See Also:
- Constant Field Values
INI_SLEEPY_HEIGHT
public static final String INI_SLEEPY_HEIGHT
- See Also:
- Constant Field Values
INI_SNEEZY_HOME_PAGE
public static final String INI_SNEEZY_HOME_PAGE
- See Also:
- Constant Field Values
OPT_DOPEY_WEIGHT
public static final String OPT_DOPEY_WEIGHT
- See Also:
- Constant Field Values
OPT_DOPEY_HEIGHT
public static final String OPT_DOPEY_HEIGHT
- See Also:
- Constant Field Values
OPT_GRUMPY_HEIGHT
public static final String OPT_GRUMPY_HEIGHT
- See Also:
- Constant Field Values
OPT_SLEEPY_HEIGHT
public static final String OPT_SLEEPY_HEIGHT
- See Also:
- Constant Field Values
OPT_SNEEZY_HOME_PAGE
public static final String OPT_SNEEZY_HOME_PAGE
- See Also:
- Constant Field Values
getBashful
public Dwarf getBashful()
- Specified by:
getBashful
in interface Dwarfs
getDoc
public Dwarf getDoc()
- Specified by:
getDoc
in interface Dwarfs
getDopey
public Dwarf getDopey()
- Specified by:
getDopey
in interface Dwarfs
getGrumpy
public Dwarf getGrumpy()
- Specified by:
getGrumpy
in interface Dwarfs
getHappy
public Dwarf getHappy()
- Specified by:
getHappy
in interface Dwarfs
getSleepy
public Dwarf getSleepy()
- Specified by:
getSleepy
in interface Dwarfs
getSneezy
public Dwarf getSneezy()
- Specified by:
getSneezy
in interface Dwarfs