Class Expression

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class Expression
    extends java.lang.Object
    implements groovy.lang.GroovyObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.bson.types.ObjectId _id  
      protected java.lang.String definition  
    • Constructor Summary

      Constructors 
      Constructor Description
      Expression()  
      Expression​(java.lang.String definition)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Expression clone()  
      java.lang.String getDefinition()  
      groovy.lang.MetaClass getMetaClass()  
      java.lang.String getStringId()  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, invokeMethod, setProperty
    • Field Detail

      • _id

        protected org.bson.types.ObjectId _id
      • definition

        protected java.lang.String definition
    • Constructor Detail

      • Expression

        public Expression()
      • Expression

        public Expression​(java.lang.String definition)
    • Method Detail

      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • getStringId

        public java.lang.String getStringId()
      • getDefinition

        public java.lang.String getDefinition()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getMetaClass

        @QueryType(NONE)
        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • clone

        public Expression clone()
        Overrides:
        clone in class java.lang.Object