Class Revision.Factory
- java.lang.Object
- 
- net.fortuna.ical4j.model.Content.Factory
- 
- net.fortuna.ical4j.vcard.property.Revision.Factory
 
 
- 
- All Implemented Interfaces:
- Serializable,- PropertyFactory<Revision>,- PropertyFactory<Revision>
 - Enclosing class:
- Revision
 
 public static class Revision.Factory extends Content.Factory implements PropertyFactory<Revision> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RevisioncreateProperty(ParameterList params, String value)RevisioncreateProperty(Group group, ParameterList params, String value)- 
Methods inherited from class net.fortuna.ical4j.model.Content.Factorysupports
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.fortuna.ical4j.model.PropertyFactorycreateProperty, supports
 - 
Methods inherited from interface net.fortuna.ical4j.vcard.PropertyFactorycreateProperty
 
- 
 
- 
- 
- 
Method Detail- 
createPropertypublic Revision createProperty(ParameterList params, String value) - Specified by:
- createPropertyin interface- PropertyFactory<Revision>
 
 - 
createPropertypublic Revision createProperty(Group group, ParameterList params, String value) - Specified by:
- createPropertyin interface- PropertyFactory<Revision>
- Parameters:
- group- the property group
- params- property parameters used to construct a new instance
- value- a property value used to construct a new instance
- Returns:
- a new property instance
 
 
- 
 
-