[ini4j]

org.ini4j
Class OptionMapImpl.Access

Object
  extended by OptionMapImpl.Access
All Implemented Interfaces:
BeanAccess
Enclosing class:
OptionMapImpl

protected class OptionMapImpl.Access
extends Object
implements BeanAccess


Constructor Summary
protected OptionMapImpl.Access()
           
protected OptionMapImpl.Access(String prefix)
           
 
Method Summary
 void propAdd(String propertyName, String value)
           
 String propDel(String propertyName)
           
 String propGet(String propertyName)
           
 String propGet(String propertyName, int index)
           
 int propLength(String propertyName)
           
 String propSet(String propertyName, String value)
           
 String propSet(String propertyName, String value, int index)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionMapImpl.Access

protected OptionMapImpl.Access()

OptionMapImpl.Access

protected OptionMapImpl.Access(String prefix)
Method Detail

propAdd

public void propAdd(String propertyName,
                    String value)
Specified by:
propAdd in interface BeanAccess

propDel

public String propDel(String propertyName)
Specified by:
propDel in interface BeanAccess

propGet

public String propGet(String propertyName)
Specified by:
propGet in interface BeanAccess

propGet

public String propGet(String propertyName,
                      int index)
Specified by:
propGet in interface BeanAccess

propLength

public int propLength(String propertyName)
Specified by:
propLength in interface BeanAccess

propSet

public String propSet(String propertyName,
                      String value)
Specified by:
propSet in interface BeanAccess

propSet

public String propSet(String propertyName,
                      String value,
                      int index)
Specified by:
propSet in interface BeanAccess

[ini4j]