net.fortuna.ical4j.model.property
Class RecurrenceIdFactory
java.lang.Object
groovy.util.AbstractFactory
net.fortuna.ical4j.model.property.AbstractPropertyFactory
net.fortuna.ical4j.model.property.RecurrenceIdFactory
- All Implemented Interfaces:
- groovy.lang.GroovyObject, groovy.util.Factory
public class RecurrenceIdFactory
- extends AbstractPropertyFactory
- implements groovy.lang.GroovyObject
$Id$
Created on: 02/08/2009
- Author:
- fortuna
| Methods inherited from class groovy.util.AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecurrenceIdFactory
public RecurrenceIdFactory()
newInstance
public Object newInstance(groovy.util.FactoryBuilderSupport builder,
Object name,
Object value,
Map attributes)
throws InstantiationException,
IllegalAccessException
- Specified by:
newInstance in interface groovy.util.Factory- Overrides:
newInstance in class AbstractPropertyFactory
- Throws:
InstantiationException
IllegalAccessException
newInstance
protected Object newInstance(ParameterList parameters,
String value)
- Specified by:
newInstance in class AbstractPropertyFactory
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject- Overrides:
getMetaClass in class AbstractPropertyFactory
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject- Overrides:
setMetaClass in class AbstractPropertyFactory
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject- Overrides:
invokeMethod in class AbstractPropertyFactory
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class AbstractPropertyFactory
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject- Overrides:
setProperty in class AbstractPropertyFactory
Copyright © 2004-2011 Micronode. All Rights Reserved.