ConstraintMap¶
- public class ConstraintMap implements EntityMap<Constraint>¶
Fields¶
_impl¶
- EntityMapConstraint _impl¶
Constructors¶
ConstraintMap¶
- ConstraintMap(EntityMapConstraint impl)¶
Methods¶
find¶
- public Constraint find(String name)¶
Get the Constraint with the specified name
- Throws
NoSuchElementException
– if not found
iterator¶
- public Iterator<Constraint> iterator()¶
Get an iterator to the contents of the class
size¶
- public int size()¶
Get the number of Constraints