net.fortuna.ical4j.model.parameter
Class MemberFactory
java.lang.Object
groovy.util.AbstractFactory
net.fortuna.ical4j.model.parameter.AbstractParameterFactory
net.fortuna.ical4j.model.parameter.MemberFactory
- All Implemented Interfaces:
- groovy.lang.GroovyObject, groovy.util.Factory
public class MemberFactory
- extends AbstractParameterFactory
- implements groovy.lang.GroovyObject
- Author:
- fortuna
| Methods inherited from class groovy.util.AbstractFactory |
isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemberFactory
public MemberFactory()
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
- Throws:
InstantiationException
IllegalAccessException
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject- Overrides:
getMetaClass in class AbstractParameterFactory
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject- Overrides:
setMetaClass in class AbstractParameterFactory
invokeMethod
public Object invokeMethod(String name,
Object args)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject- Overrides:
invokeMethod in class AbstractParameterFactory
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface groovy.lang.GroovyObject- Overrides:
getProperty in class AbstractParameterFactory
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject- Overrides:
setProperty in class AbstractParameterFactory
Copyright © 2004-2011 Micronode. All Rights Reserved.