Class EntityModelReader
- java.lang.Object
-
- org.apache.ofbiz.entity.config.model.EntityModelReader
-
@ThreadSafe public final class EntityModelReader extends java.lang.Object
An object that models the<entity-model-reader>
element.- See Also:
entity-config.xsd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Returns the value of thename
attribute.java.util.List<Resource>
getResourceList()
Returns the<resource>
child elements.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns the value of thename
attribute.
-
getResourceList
public java.util.List<Resource> getResourceList()
Returns the<resource>
child elements.
-
-