Class FieldType
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.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 theloader
attribute.java.lang.String
getLocation()
Returns the value of thelocation
attribute.java.lang.String
getName()
Returns the value of thename
attribute.
-