Uses of Interface
jpos.profile.PropInfo

Packages that use PropInfo
jpos.profile   
 

Uses of PropInfo in jpos.profile
 

Classes in jpos.profile that implement PropInfo
(package private)  class DefaultPropInfo
          Default implementation of the PropInfo interface
 

Methods in jpos.profile that return PropInfo
 PropInfo PropInfoList.Iterator.next()
           
 PropInfo DefaultPropInfoList.DefaultIterator.next()
           
 

Methods in jpos.profile with parameters of type PropInfo
 void PropInfoList.add(PropInfo propInfo)
          Adds a new PropInfo to this list
 void PropInfoList.remove(PropInfo propInfo)
          Removes the PropInfo to this list
 boolean PropInfoList.contains(PropInfo propInfo)
           
 void DefaultPropInfoList.add(PropInfo propInfo)
          Adds a new PropInfo to this list
 void DefaultPropInfoList.remove(PropInfo propInfo)
          Removes the PropInfo to this list
 boolean DefaultPropInfoList.contains(PropInfo propInfo)
           
 



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