Class FieldType


  • public class FieldType
    extends Positioned

    Java class for FieldType complex type.

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

     <complexType name="FieldType">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/common}positioned">
           <sequence>
             <element name="editor-parameter" type="{http://www.hybris.com/cockpitng/config/fulltextsearch}Parameter" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="selected" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="editor" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String displayName  
      protected java.lang.String editor  
      protected java.util.List<Parameter> editorParameter  
      protected java.lang.String label  
      protected java.lang.String mergeMode  
      protected java.lang.String name  
      protected java.lang.Boolean selected  
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned

        position
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Gets the value of the displayName property.
      java.lang.String getEditor()
      Gets the value of the editor property.
      java.util.List<Parameter> getEditorParameter()
      Gets the value of the editorParameter property.
      java.lang.String getLabel()
      Gets the value of the label property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.lang.String getName()
      Gets the value of the name property.
      boolean isSelected()
      Gets the value of the selected property.
      void setDisplayName​(java.lang.String value)
      Sets the value of the displayName property.
      void setEditor​(java.lang.String value)
      Sets the value of the editor property.
      void setLabel​(java.lang.String value)
      Sets the value of the label property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setSelected​(java.lang.Boolean value)
      Sets the value of the selected property.
      • Methods inherited from class java.lang.Object

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

      • editorParameter

        protected java.util.List<Parameter> editorParameter
      • name

        protected java.lang.String name
      • displayName

        protected java.lang.String displayName
      • selected

        protected java.lang.Boolean selected
      • label

        protected java.lang.String label
      • editor

        protected java.lang.String editor
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • FieldType

        public FieldType()
    • Method Detail

      • getEditorParameter

        public java.util.List<Parameter> getEditorParameter()
        Gets the value of the editorParameter property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the editorParameter property.

        For example, to add a new item, do as follows:

         getEditorParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list Parameter

      • getName

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

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the value of the displayName property.
        Returns:
        possible object is String
      • setDisplayName

        public void setDisplayName​(java.lang.String value)
        Sets the value of the displayName property.
        Parameters:
        value - allowed object is String
      • isSelected

        public boolean isSelected()
        Gets the value of the selected property.
        Returns:
        possible object is Boolean
      • setSelected

        public void setSelected​(java.lang.Boolean value)
        Sets the value of the selected property.
        Parameters:
        value - allowed object is Boolean
      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getEditor

        public java.lang.String getEditor()
        Gets the value of the editor property.
        Returns:
        possible object is String
      • setEditor

        public void setEditor​(java.lang.String value)
        Sets the value of the editor property.
        Parameters:
        value - allowed object is String
      • getMergeMode

        public java.lang.String getMergeMode()
        Gets the value of the mergeMode property.
        Returns:
        possible object is String
      • setMergeMode

        public void setMergeMode​(java.lang.String value)
        Sets the value of the mergeMode property.
        Parameters:
        value - allowed object is String