|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldDefinitionCollection
Describes a collection of FieldDefinition
objects.
Method Summary | |
---|---|
boolean |
contains(java.lang.String fieldName)
Tests whether this collection contains the specified item. |
FieldDefinition |
get(java.lang.String fieldName)
Gets a FieldDefinition by name. |
FieldDefinition[] |
getFieldDefinitions()
|
java.util.Iterator<FieldDefinition> |
iterator()
|
int |
size()
|
Method Detail |
---|
java.util.Iterator<FieldDefinition> iterator()
iterator
in interface java.lang.Iterable<FieldDefinition>
Iterator
of FieldDefinition
s, sorted by name.int size()
FieldDefinition get(java.lang.String fieldName)
FieldDefinition
by name.
fieldName
- the name of the field to get (must not be null
)
FieldDefinition
for the specified name
FieldDefinitionNotExistException
- if this collection does not contain the named fieldboolean contains(java.lang.String fieldName)
fieldName
- the item to find in this collection
true
if the collection contains the specified item,
false
if it does notFieldDefinition[] getFieldDefinitions()
FieldDefinition
s in this collection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |