Package org.brijframework.model.resource
Interface PropertyModelResource<E>
-
- All Superinterfaces:
org.brijframework.GenericResource<E>,org.brijframework.lifecycle.Initializer,ModelResource<E>
- All Known Subinterfaces:
RelationPropertyModelResource<E>
- All Known Implementing Classes:
AbstractPropertyModelResource,AbstractRelationPropertyModelResource,PropertyModelResourceImpl,RelationPropertyModelResourceImpl
public interface PropertyModelResource<E> extends ModelResource<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetModel()EgetType()booleanisRequired()-
Methods inherited from interface org.brijframework.model.ModelResource
getAccess
-
-