public interface IEntityViewMapping
Modifier and Type | Method and Description |
---|---|
IEntity |
getEntity() |
IView |
getViewByName(String pViewName) |
IView |
getViewByType(String pViewType) |
List<IView> |
getViews() |
Set<String> |
getViewTypes() |
IEntity getEntity()
IView getViewByType(String pViewType) throws NoSuchViewException
pViewType
- NoSuchViewException
- if the type does not match any view definitionIView getViewByName(String pViewName) throws NoSuchViewException
pViewName
- NoSuchViewException
- if the name does not match any view definitionCopyright © 2016. All rights reserved.