net.fortuna.mstor.search
Class FlagTermFactory
java.lang.Object
groovy.util.AbstractFactory
net.fortuna.mstor.search.FlagTermFactory
- All Implemented Interfaces:
- groovy.lang.GroovyObject, groovy.util.Factory
public class FlagTermFactory
- extends groovy.util.AbstractFactory
- implements groovy.lang.GroovyObject
|
Method Summary |
groovy.lang.MetaClass |
getMetaClass()
|
java.lang.Object |
getProperty(java.lang.String property)
|
boolean |
getSet()
|
java.lang.Object |
invokeMethod(java.lang.String method,
java.lang.Object arguments)
|
boolean |
isSet()
|
java.lang.Object |
newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attributes)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setProperty(java.lang.String property,
java.lang.Object value)
|
void |
setSet(boolean value)
|
| Methods inherited from class groovy.util.AbstractFactory |
isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlagTermFactory
public FlagTermFactory()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass in interface groovy.lang.GroovyObject
invokeMethod
public java.lang.Object invokeMethod(java.lang.String method,
java.lang.Object arguments)
- Specified by:
invokeMethod in interface groovy.lang.GroovyObject
getProperty
public java.lang.Object getProperty(java.lang.String property)
- Specified by:
getProperty in interface groovy.lang.GroovyObject
setProperty
public void setProperty(java.lang.String property,
java.lang.Object value)
- Specified by:
setProperty in interface groovy.lang.GroovyObject
getSet
public boolean getSet()
isSet
public boolean isSet()
setSet
public void setSet(boolean value)
newInstance
public java.lang.Object newInstance(groovy.util.FactoryBuilderSupport builder,
java.lang.Object name,
java.lang.Object value,
java.util.Map attributes)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException
- Specified by:
newInstance in interface groovy.util.Factory
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
Copyright © 2004-2011 Micronode. All Rights Reserved.