Class EditorDefinition


  • public class EditorDefinition
    extends ComponentDefinition

    Java class for EditorDefinition complex type.

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

     <complexType name="EditorDefinition">
       <complexContent>
         <extension base="{}ComponentDefinition">
           <all>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element ref="{}keywords" minOccurs="0"/>
             <element ref="{}settings" minOccurs="0"/>
             <element ref="{}view" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="editorClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element ref="{}sockets" minOccurs="0"/>
             <element name="handlesLocalization" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </all>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • name

        protected java.lang.String name
      • description

        protected java.lang.String description
      • author

        protected java.lang.String author
      • version

        protected java.lang.String version
      • view

        protected View view
      • type

        protected java.lang.String type
      • editorClassName

        protected java.lang.String editorClassName
      • sockets

        protected Sockets sockets
      • handlesLocalization

        protected java.lang.Boolean handlesLocalization
    • Constructor Detail

      • EditorDefinition

        public EditorDefinition()
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Specified by:
        getName in class ComponentDefinition
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Specified by:
        setName in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Specified by:
        getDescription in class ComponentDefinition
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(java.lang.String value)
        Sets the value of the description property.
        Specified by:
        setDescription in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getAuthor

        public java.lang.String getAuthor()
        Gets the value of the author property.
        Specified by:
        getAuthor in class ComponentDefinition
        Returns:
        possible object is String
      • setAuthor

        public void setAuthor​(java.lang.String value)
        Sets the value of the author property.
        Specified by:
        setAuthor in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getVersion

        public java.lang.String getVersion()
        Gets the value of the version property.
        Specified by:
        getVersion in class ComponentDefinition
        Returns:
        possible object is String
      • setVersion

        public void setVersion​(java.lang.String value)
        Sets the value of the version property.
        Specified by:
        setVersion in class ComponentDefinition
        Parameters:
        value - allowed object is String
      • getView

        public View getView()
        Gets the value of the view property.
        Returns:
        possible object is View
      • setView

        public void setView​(View value)
        Sets the value of the view property.
        Parameters:
        value - allowed object is View
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getEditorClassName

        public java.lang.String getEditorClassName()
        Gets the value of the editorClassName property.
        Returns:
        possible object is String
      • setEditorClassName

        public void setEditorClassName​(java.lang.String value)
        Sets the value of the editorClassName property.
        Parameters:
        value - allowed object is String
      • isHandlesLocalization

        public java.lang.Boolean isHandlesLocalization()
        Gets the value of the handlesLocalization property.
        Returns:
        possible object is Boolean
      • setHandlesLocalization

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