[ini4j]

org.ini4j
Class BasicProfileTest.SectionBean

Object
  extended by BasicProfileTest.SectionBean
All Implemented Interfaces:
BasicProfileTest.Section
Enclosing class:
BasicProfileTest

public static class BasicProfileTest.SectionBean
extends Object
implements BasicProfileTest.Section


Constructor Summary
BasicProfileTest.SectionBean()
           
 
Method Summary
 URI[] getLocation()
           
 String[] getMissing()
           
 int[] getNumber()
           
 void setLocation(URI[] value)
           
 void setMissing(String[] value)
           
 void setNumber(int[] value)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicProfileTest.SectionBean

public BasicProfileTest.SectionBean()
Method Detail

getLocation

public URI[] getLocation()
Specified by:
getLocation in interface BasicProfileTest.Section

setLocation

public void setLocation(URI[] value)
Specified by:
setLocation in interface BasicProfileTest.Section

getMissing

public String[] getMissing()
Specified by:
getMissing in interface BasicProfileTest.Section

setMissing

public void setMissing(String[] value)
Specified by:
setMissing in interface BasicProfileTest.Section

getNumber

public int[] getNumber()
Specified by:
getNumber in interface BasicProfileTest.Section

setNumber

public void setNumber(int[] value)
Specified by:
setNumber in interface BasicProfileTest.Section

[ini4j]