[ini4j]

org.ini4j
Interface BasicProfileTest.Global

Enclosing class:
BasicProfileTest

public static interface BasicProfileTest.Global


Method Summary
 BasicProfileTest.Section[] getMissing()
           
 BasicProfileTest.Section[] getSection()
           
 BasicProfileTest.Section[] getSingle()
           
 BasicProfileTest.Section getSolo()
           
 boolean hasSection()
           
 void setSection(BasicProfileTest.Section[] value)
           
 void setSolo(BasicProfileTest.Section value)
           
 

Method Detail

getMissing

BasicProfileTest.Section[] getMissing()

getSection

BasicProfileTest.Section[] getSection()

setSection

void setSection(BasicProfileTest.Section[] value)

getSingle

BasicProfileTest.Section[] getSingle()

getSolo

BasicProfileTest.Section getSolo()

setSolo

void setSolo(BasicProfileTest.Section value)

hasSection

boolean hasSection()

[ini4j]