/** */ package com.hundsun.ares.studio.biz; import com.hundsun.ares.studio.jres.model.metadata.MetadataResourceData; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Standard Obj Field List</b></em>'. * <!-- end-user-doc --> * * * @see com.hundsun.ares.studio.biz.BizPackage#getStandardObjFieldList() * @model * @generated */ public interface StandardObjFieldList extends MetadataResourceData<StandardObjField> { } // StandardObjFieldList