Class MetaFormSingleField


  • public class MetaFormSingleField
    extends MetaFormField
    TODO please remined another to comment this class
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaFormSingleField​(java.lang.String aName)
      Constructor for MetaFormSingleField.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getJavaType()
      getJavaType.
      int getSize()
      Getter for the field size.
      java.lang.String getTitle()
      Getter for the field title.
      java.lang.String getType()
      Getter for the field type.
      boolean isComplex()
      isComplex.
      boolean isSingle()
      isSingle.
      boolean isSpacer()
      isSpacer.
      void setSize​(int size)
      Setter for the field size.
      void setTitle​(java.lang.String string)
      Setter for the field title.
      void setType​(java.lang.String type)
      Setter for the field type.
      java.lang.String toString()
      toString.
      • Methods inherited from class java.lang.Object

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

      • MetaFormSingleField

        public MetaFormSingleField​(java.lang.String aName)

        Constructor for MetaFormSingleField.

        Parameters:
        aName - a String object.
    • Method Detail

      • getTitle

        public java.lang.String getTitle()

        Getter for the field title.

        Returns:
        a String object.
      • setTitle

        public void setTitle​(java.lang.String string)

        Setter for the field title.

        Parameters:
        string - a String object.
      • getType

        public java.lang.String getType()

        Getter for the field type.

        Returns:
        Returns the type.
      • setType

        public void setType​(java.lang.String type)

        Setter for the field type.

        Parameters:
        type - The type to set.
      • getJavaType

        public java.lang.String getJavaType()

        getJavaType.

        Returns:
        a String object.
      • isSpacer

        public boolean isSpacer()

        isSpacer.

        Returns:
        a boolean.
      • isSingle

        public boolean isSingle()

        isSingle.

        Specified by:
        isSingle in class MetaFormField
        Returns:
        a boolean.
      • isComplex

        public boolean isComplex()

        isComplex.

        Specified by:
        isComplex in class MetaFormField
        Returns:
        a boolean.
      • toString

        public java.lang.String toString()

        toString.

        Overrides:
        toString in class MetaFormField
        Returns:
        a String object.
      • getSize

        public int getSize()

        Getter for the field size.

        Returns:
        a int.
      • setSize

        public void setSize​(int size)

        Setter for the field size.

        Parameters:
        size - a int.