Package org.apache.ofbiz.entity.model
Class ModelFieldTypeReader
java.lang.Object
org.apache.ofbiz.entity.model.ModelFieldTypeReader
- All Implemented Interfaces:
Serializable
Field Type Definition Reader.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static Map<String,
ModelFieldType> createFieldTypeCache
(Element docElement, String location) getModelFieldType
(String fieldTypeName) Gets an FieldType object based on a definition from the specified XML FieldType descriptor file.static ModelFieldTypeReader
getModelFieldTypeReader
(String helperName)
-
Field Details
-
READERS
-
-
Constructor Details
-
ModelFieldTypeReader
-
-
Method Details
-
createFieldTypeCache
protected static Map<String,ModelFieldType> createFieldTypeCache(Element docElement, String location) -
getModelFieldTypeReader
-
getModelFieldType
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.
-