Uses of Interface
jpos.config.JposEntry.Prop

Packages that use JposEntry.Prop
jpos.config   
jpos.config.simple   
 

Uses of JposEntry.Prop in jpos.config
 

Methods in jpos.config that return JposEntry.Prop
 JposEntry.Prop JposEntry.getProp(java.lang.String propName)
          Returns a JposEntry.Prop with name specified.
 JposEntry.Prop JposEntry.createProp(java.lang.String propName, java.lang.Object propValue, java.lang.Class propType)
           
 JposEntry.Prop JposEntry.Prop.copy()
           
 

Methods in jpos.config with parameters of type JposEntry.Prop
 void JposEntry.add(JposEntry.Prop prop)
          Adds a new property
 void JposEntry.remove(JposEntry.Prop prop)
          Looks for a property with name specified and removes it.
 void JposEntry.modify(JposEntry.Prop prop)
          Modifies the property with name of property passed with the new value if that property currently exist in the entry otherwise does nothing
 boolean JposEntry.hasProp(JposEntry.Prop prop)
           
 

Uses of JposEntry.Prop in jpos.config.simple
 

Classes in jpos.config.simple that implement JposEntry.Prop
static class SimpleEntry.Prop
          Inner class to represent a property of a JposEntry
 

Methods in jpos.config.simple that return JposEntry.Prop
 JposEntry.Prop SimpleEntry.getProp(java.lang.String propName)
           
 JposEntry.Prop SimpleEntry.createProp(java.lang.String propName, java.lang.Object propValue, java.lang.Class propType)
           
 JposEntry.Prop SimpleEntry.Prop.copy()
           
 

Methods in jpos.config.simple with parameters of type JposEntry.Prop
 void SimpleEntry.add(JposEntry.Prop prop)
          Adds a new property
 void SimpleEntry.remove(JposEntry.Prop prop)
          Removes the property
 void SimpleEntry.modify(JposEntry.Prop prop)
          Modifies the property with name of property passed with the new value if that property currently exist in the entry otherwise does nothing
 boolean SimpleEntry.hasProp(JposEntry.Prop prop)
           
 



This API and code belongs to the JavaPOS committee please see LISCENCE file for details