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

Packages that use GroupType
org.icestandard.ICE.V20.delivery   
 

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

Methods in org.icestandard.ICE.V20.delivery that return GroupType
 GroupType[] CmPackage.getGroup()
          Gets the group value for this CmPackage.
 GroupType CmPackage.getGroup(int i)
           
 

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

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