* It can be represented by <code>OdfMetaAutoReload</code> feature;
* <p>
* <code>null</code>, if the feature is not exist.
*/
public OdfMetaAutoReload getAutoReload() {
MetaAutoReloadElement element = getAutoReloadElement();
if (element != null) {
return new OdfMetaAutoReload(element);
} else {
return null;
}