Class SugarLoader.ElementCategory
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.groovy.loaders.SugarLoader.ElementCategory
 
- 
- All Implemented Interfaces:
- groovy.lang.GroovyObject
 - Enclosing class:
- SugarLoader
 
 public static class SugarLoader.ElementCategory extends Object implements groovy.lang.GroovyObject 
- 
- 
Constructor SummaryConstructors Constructor Description ElementCategory()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Objectget(Element element, String key)groovy.lang.MetaClassgetMetaClass()ObjectgetProperty(String property)ObjectinvokeMethod(String method, Object arguments)static Objectset(Element element, String key, Object value)voidsetMetaClass(groovy.lang.MetaClass mc)voidsetProperty(String property, Object value)StringtoString()
 
- 
- 
- 
Method Detail- 
getMetaClasspublic groovy.lang.MetaClass getMetaClass() - Specified by:
- getMetaClassin interface- groovy.lang.GroovyObject
 
 - 
setMetaClasspublic void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
- setMetaClassin interface- groovy.lang.GroovyObject
 
 - 
invokeMethodpublic Object invokeMethod(String method, Object arguments) - Specified by:
- invokeMethodin interface- groovy.lang.GroovyObject
 
 - 
getPropertypublic Object getProperty(String property) - Specified by:
- getPropertyin interface- groovy.lang.GroovyObject
 
 - 
setPropertypublic void setProperty(String property, Object value) - Specified by:
- setPropertyin interface- groovy.lang.GroovyObject
 
 
- 
 
-