Uses of Class
org.icestandard.ICE.V20.delivery.AddType

Packages that use AddType
jimm.twice.subscriber Provides the subscriber code that is specific to this reference/test implementation. 
org.icestandard.ICE.V20.delivery   
 

Uses of AddType in jimm.twice.subscriber
 

Fields in jimm.twice.subscriber declared as AddType
protected  AddType AddParser.add
           
protected  AddType LocalItem._add
           
 

Methods in jimm.twice.subscriber that return AddType
 AddType AddParser.getAdd()
           
 AddType LocalItem.getAdd()
           
 

Methods in jimm.twice.subscriber with parameters of type AddType
 void LocalItem.setAdd(AddType add)
           
 

Uses of AddType in org.icestandard.ICE.V20.delivery
 

Methods in org.icestandard.ICE.V20.delivery that return AddType
 AddType[] CmPackage.getAdd()
          Gets the add value for this CmPackage.
 AddType CmPackage.getAdd(int i)
           
 

Methods in org.icestandard.ICE.V20.delivery with parameters of type AddType
 void CmPackage.setAdd(AddType[] add)
          Sets the add value for this CmPackage.
 void CmPackage.setAdd(int i, AddType _value)
           
 

Constructors in org.icestandard.ICE.V20.delivery with parameters of type AddType
CmPackage(GroupType[] group, AddType[] add, RemoveType[] removeItem)