net.sourceforge.groboutils.pmti.v1
Interface IListAttribute
- All Superinterfaces:
- IAttribute
- All Known Subinterfaces:
- IEditableListAttribute
- All Known Implementing Classes:
- AbstractEditableListAttribute, DefaultListAttribute
- public interface IListAttribute
- extends IAttribute
A specialization of an attribute which contains a list of values.
- Since:
- July 6, 2002
- Version:
- $Date: 2003/02/10 22:51:54 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Method Summary |
boolean |
containsValue(java.lang.Object value)
|
int |
getValueCount()
|
java.util.Enumeration |
getValues()
A synonym for getValue(), but redefined here to explicitly
declare the returned type. |
getValues
public java.util.Enumeration getValues()
- A synonym for getValue(), but redefined here to explicitly
declare the returned type.
getValueCount
public int getValueCount()
- Returns:
- the number of value elements in this list attribute.
containsValue
public boolean containsValue(java.lang.Object value)
Copyright © 2001-2003 by The GroboUtils Project