Class FieldType

java.lang.Object
org.apache.ofbiz.entity.config.model.FieldType

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

    • getName

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

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

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