Class EditableEmbedFieldImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearDelegate()
      Clears the delegate of this editable embed field and thus makes this instance unusable.
      java.lang.String getName()  
      java.lang.String getValue()  
      boolean isInline()  
      void setInline​(boolean inline)  
      void setName​(java.lang.String name)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EditableEmbedFieldImpl

        public EditableEmbedFieldImpl​(EmbedFieldImpl field)
        Creates a new editable embed field.
        Parameters:
        field - The field to be edited.
    • Method Detail

      • clearDelegate

        public void clearDelegate()
        Clears the delegate of this editable embed field and thus makes this instance unusable.
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Nameable
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface EmbedField