net.fortuna.ical4j.model.parameter
Class AbstractParameterFactory

java.lang.Object
  extended by groovy.util.AbstractFactory
      extended by net.fortuna.ical4j.model.parameter.AbstractParameterFactory
All Implemented Interfaces:
groovy.lang.GroovyObject, groovy.util.Factory
Direct Known Subclasses:
AbbrevFactory, AltRepFactory, CnFactory, CuTypeFactory, DelegatedFromFactory, DelegatedToFactory, DirFactory, EncodingFactory, FbTypeFactory, FmtTypeFactory, LanguageFactory, MemberFactory, PartStatFactory, RangeFactory, RelatedFactory, RelTypeFactory, RoleFactory, RsvpFactory, SentByFactory, TypeFactory, TzIdFactory, ValueFactory, XParameterFactory

public abstract class AbstractParameterFactory
extends groovy.util.AbstractFactory
implements groovy.lang.GroovyObject

$Id: AbstractParameterFactory.groovy,v 1.4 2011/02/20 03:09:18 fortuna Exp $ Created on: 03/08/2009

Author:
fortuna

Constructor Summary
AbstractParameterFactory()
           
 
Method Summary
 groovy.lang.MetaClass getMetaClass()
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args)
           
 boolean isLeaf()
          
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
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
 
Methods inherited from interface groovy.util.Factory
newInstance
 

Constructor Detail

AbstractParameterFactory

public AbstractParameterFactory()
Method Detail

isLeaf

public boolean isLeaf()

Specified by:
isLeaf in interface groovy.util.Factory
Overrides:
isLeaf in class groovy.util.AbstractFactory

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public java.lang.Object invokeMethod(java.lang.String name,
                                     java.lang.Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public java.lang.Object getProperty(java.lang.String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2004-2011 Modularity. All Rights Reserved.