public interface PojoModel extends Iterable<PojoAttribute>
PojoModel interface.
| Modifier and Type | Method and Description |
|---|---|
PojoAction |
getAction(String name)
getAction.
|
String[] |
getActionNames()
getActionNames.
|
PojoAttribute |
getAttribute(String name)
getAttribute.
|
String[] |
getAttributeNames()
getAttributeNames.
|
Class<?> |
getManagedClass()
getManagedClass.
|
forEach, iterator, spliteratorPojoAttribute getAttribute(String name)
getAttribute.
name - a String object.PojoAttribute object.String[] getAttributeNames()
getAttributeNames.
String objects.PojoAction getAction(String name)
getAction.
name - a String object.PojoAction object.Copyright © 2016. All Rights Reserved.