Class Datafield

    • Constructor Detail

      • Datafield

        public Datafield()
    • Method Detail

      • getFields

        public List<Datafield> getFields()
        Gets the value of the fields 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 fields property.

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

            getFields().add(newItem);
         

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

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getIcons

        public List<Icon> getIcons()
        Gets the value of the icons 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 icons property.

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

            getIcons().add(newItem);
         

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

      • getName

        public String getName()
        The name of the datafield.
        Returns:
        possible object is String
      • setName

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

        public void setType​(FieldType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is FieldType