Class EditorAreaCtx


  • public class EditorAreaCtx
    extends java.lang.Object

    Java class for editor-area-ctx complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="editor-area-ctx">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ctx" type="{http://www.w3.org/2001/XMLSchema}string" default="editor-area" />
           <attribute name="use" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String ctx  
      protected java.lang.Boolean use  
    • Constructor Summary

      Constructors 
      Constructor Description
      EditorAreaCtx()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCtx()
      Gets the value of the ctx property.
      boolean isUse()
      Gets the value of the use property.
      void setCtx​(java.lang.String value)
      Sets the value of the ctx property.
      void setUse​(java.lang.Boolean value)
      Sets the value of the use property.
      • Methods inherited from class java.lang.Object

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

      • ctx

        protected java.lang.String ctx
      • use

        protected java.lang.Boolean use
    • Constructor Detail

      • EditorAreaCtx

        public EditorAreaCtx()
    • Method Detail

      • getCtx

        public java.lang.String getCtx()
        Gets the value of the ctx property.
        Returns:
        possible object is String
      • setCtx

        public void setCtx​(java.lang.String value)
        Sets the value of the ctx property.
        Parameters:
        value - allowed object is String
      • isUse

        public boolean isUse()
        Gets the value of the use property.
        Returns:
        possible object is Boolean
      • setUse

        public void setUse​(java.lang.Boolean value)
        Sets the value of the use property.
        Parameters:
        value - allowed object is Boolean