Class FieldType


  • @ThreadSafe
    public final class FieldType
    extends java.lang.Object
    An object that models the <field-type> element.
    See Also:
    entity-config.xsd
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLoader()
      Returns the value of the loader attribute.
      java.lang.String getLocation()
      Returns the value of the location attribute.
      java.lang.String getName()
      Returns the value of the name attribute.
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Returns the value of the name attribute.
      • getLoader

        public java.lang.String getLoader()
        Returns the value of the loader attribute.
      • getLocation

        public java.lang.String getLocation()
        Returns the value of the location attribute.