|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines an object that is able to keep a set of
AttributeTypes.
| Method Summary | |
void |
add(AttributeType attributeType)
Adds the given AttributeType to this
AttributeTypeSet. |
java.util.Iterator |
iterator()
Returns the AttributeType's in this set as a
java.util.Iterator. |
int |
size()
Returns the number of elements in this AttributeTypeSet. |
void |
visit(AttributeTypeSetVisitor visitor)
Visits this AttributeSet and all nested
AttributeSets. |
| Method Detail |
public int size()
AttributeTypeSet.
public void add(AttributeType attributeType)
AttributeType to this
AttributeTypeSet.
attributeType - the attribute type to addpublic java.util.Iterator iterator()
AttributeType's in this set as a
java.util.Iterator.
public void visit(AttributeTypeSetVisitor visitor)
AttributeSet and all nested
AttributeSets. It then invokes visit(Attribute)
on the given AttributeCollectionVisitor on all found
attributes.
visitor - a visitor object that acts on the visited attributes types
and attribute type sets.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||