Package net.fortuna.ical4j.model
Class PropertyGroup
- java.lang.Object
-
- net.fortuna.ical4j.model.PropertyGroup
-
- All Implemented Interfaces:
PropertyListAccessor
public class PropertyGroup extends Object implements PropertyListAccessor
Support for operations applicable to a group of properties. Currently, property grouping is only supported in the vCard specification.
-
-
Constructor Summary
Constructors Constructor Description PropertyGroup(List<Property> properties, @NotNull String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyList
getPropertyList()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.model.PropertyListAccessor
getProperties, getProperty, getRequiredProperty
-
-
-
-
Method Detail
-
getPropertyList
public PropertyList getPropertyList()
- Specified by:
getPropertyList
in interfacePropertyListAccessor
-
-