|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eu.sk.zero.acd.Values
Container for holding values. When creating a component type, you should remember that the value of the first type will be often used as the name of the component. Therefore, the first value of component is its name.
Value
Constructor Summary | |
Values()
Creates an empty container. |
Method Summary | |
void |
add(org.eu.sk.zero.acd.Value val)
Adds the value into the container. |
void |
addAll(Collection c)
Adds a collection of values into the container. |
Collection |
collection()
Returns collection of values |
org.eu.sk.zero.acd.Value |
first()
Returns the first value. |
Iterator |
iterator()
Returns an iterator over values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Values()
Method Detail |
public void add(org.eu.sk.zero.acd.Value val)
public void addAll(Collection c)
public Collection collection()
public Iterator iterator()
public org.eu.sk.zero.acd.Value first()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |