org.ini4j
public static class BasicProfileTest.SectionBean extends Object implements BasicProfileTest.Section
Constructor and Description |
---|
BasicProfileTest.SectionBean() |
Modifier and Type | Method and Description |
---|---|
URI[] |
getLocation() |
String[] |
getMissing() |
int[] |
getNumber() |
void |
setLocation(URI[] value) |
void |
setMissing(String[] value) |
void |
setNumber(int[] value) |
public BasicProfileTest.SectionBean()
public URI[] getLocation()
getLocation
in interface BasicProfileTest.Section
public void setLocation(URI[] value)
setLocation
in interface BasicProfileTest.Section
public String[] getMissing()
getMissing
in interface BasicProfileTest.Section
public void setMissing(String[] value)
setMissing
in interface BasicProfileTest.Section
public int[] getNumber()
getNumber
in interface BasicProfileTest.Section
public void setNumber(int[] value)
setNumber
in interface BasicProfileTest.Section