|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.pmti.v1.defimpl.DefaultListAttribute
A specialization of an attribute which contains a list of values.
Constructor Summary | |
DefaultListAttribute(java.lang.Object[] o,
IAttributeInfo i)
|
Method Summary | |
boolean |
containsValue(java.lang.Object value)
|
IAttributeInfo |
getInfo()
Returns the meta-information for this attribute. |
java.lang.Object |
getValue()
Returns the enumeration for all values in this attribute. |
int |
getValueCount()
|
java.util.Enumeration |
getValues()
A synonym for getValue(), but redefined here to explicitly declare the returned type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultListAttribute(java.lang.Object[] o, IAttributeInfo i)
Method Detail |
public java.lang.Object getValue()
getValue
in interface IAttribute
public IAttributeInfo getInfo()
getInfo
in interface IAttribute
public java.util.Enumeration getValues()
getValues
in interface IListAttribute
public int getValueCount()
getValueCount
in interface IListAttribute
public boolean containsValue(java.lang.Object value)
containsValue
in interface IListAttribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |