Package net.fortuna.ical4j.vcard
Class GroupRegistry
- java.lang.Object
-
- net.fortuna.ical4j.vcard.GroupRegistry
-
public class GroupRegistry extends Object
A registry for standard and non-standard property groups. $Id$ Created on: 05/01/2009
-
-
Constructor Summary
Constructors Constructor Description GroupRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Group
getGroup(String value)
void
register(String extendedName, Group group)
Registers a non-standard group.
-