public interface PojoModel extends Iterable<PojoAttribute>
| Modifier and Type | Method and Description |
|---|---|
PojoAction |
getAction(String name) |
String[] |
getActionNames() |
PojoAttribute |
getAttribute(String name) |
String[] |
getAttributeNames() |
Class<?> |
getManagedClass() |
Class<?> getManagedClass()
PojoAttribute getAttribute(String name)
String[] getAttributeNames()
PojoAction getAction(String name)
String[] getActionNames()
Copyright © 2014. All rights reserved.