Class DtStamp.Factory
- java.lang.Object
- 
- net.fortuna.ical4j.model.Content.Factory
- 
- net.fortuna.ical4j.model.property.DtStamp.Factory
 
 
- 
- All Implemented Interfaces:
- Serializable,- PropertyFactory<DtStamp>
 - Enclosing class:
- DtStamp
 
 public static class DtStamp.Factory extends Content.Factory implements PropertyFactory<DtStamp> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Factory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DtStampcreateProperty()DtStampcreateProperty(ParameterList parameters, 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
 
- 
 
- 
- 
- 
Method Detail- 
createPropertypublic DtStamp createProperty(ParameterList parameters, String value) - Specified by:
- createPropertyin interface- PropertyFactory<DtStamp>
- Parameters:
- parameters- a list of property parameters
- value- a property value
- Returns:
- a new instance of the specified property
 
 - 
createPropertypublic DtStamp createProperty() - Specified by:
- createPropertyin interface- PropertyFactory<DtStamp>
- Returns:
- a new instance of the specified property
 
 
- 
 
-