Class ModelFieldTypeReader

java.lang.Object
org.apache.ofbiz.entity.model.ModelFieldTypeReader
All Implemented Interfaces:
Serializable

public class ModelFieldTypeReader extends Object implements Serializable
Field Type Definition Reader.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • createFieldTypeCache

      protected static Map<String,ModelFieldType> createFieldTypeCache(Element docElement, String location)
    • getModelFieldTypeReader

      public static ModelFieldTypeReader getModelFieldTypeReader(String helperName)
    • getModelFieldType

      public ModelFieldType getModelFieldType(String fieldTypeName)
      Gets an FieldType object based on a definition from the specified XML FieldType descriptor file.
      Parameters:
      fieldTypeName - The fieldTypeName of the FieldType definition to use.
      Returns:
      An FieldType object describing the specified fieldType of the specified descriptor file.