Group type constants

Supported group types and their associated values are as follows:

{ 
     PRIVATE_GROUP,   // 0 
     PUBLIC_GROUP,    // 1 
     MANDATORY_GROUP  // 2 
};

For a detailed description of these group types, see Understanding group types.