Class ExpressionImpl

    • Field Detail

      • languageAttribute

        protected static Attribute<java.lang.String> languageAttribute
      • bodyChild

        @Deprecated
        protected static ChildElement<Body> bodyChild
        Deprecated.
    • Method Detail

      • getText

        public java.lang.String getText()
        Specified by:
        getText in interface Expression
      • setText

        public void setText​(java.lang.String text)
        Specified by:
        setText in interface Expression
      • getBody

        public java.lang.String getBody()
        Specified by:
        getBody in interface Expression
      • setBody

        public void setBody​(java.lang.String body)
        Specified by:
        setBody in interface Expression
      • getLanguage

        public java.lang.String getLanguage()
        Specified by:
        getLanguage in interface Expression
      • setLanguage

        public void setLanguage​(java.lang.String language)
        Specified by:
        setLanguage in interface Expression
      • registerType

        public static void registerType​(ModelBuilder modelBuilder)