com.togethersoft.openapi.rwi.extension
Class RwiPropertyEnumerationAdapter
- public class RwiPropertyEnumerationAdapter
- implements RwiPropertyEnumeration
Presents default implementation of RwiPropertyEnumeration. This enumeration containes
a number of String values for one property name.
- Author:
- TogetherSoft
- Since: Together 4.0
myAdaptee
private Enumeration myAdaptee
myPropertyName
private String myPropertyName
RwiPropertyEnumerationAdapter
public RwiPropertyEnumerationAdapter(String propertyName, Enumeration adaptee)
- Builds new enumeration from existing.
- Parameters:
- adaptee Enumeration to be adapted.
- propertyName One for all values.
hasMoreElements
public boolean hasMoreElements()
- Checks are there more
RwiElements in enumeration.
nextElement
public Object nextElement()
- Return next RwiProperty as an
Object.
nextRwiProperty
public RwiProperty nextRwiProperty()
- Return next RwiProperty as an
RwiProperty.
to Class java.util.Enumeration
to Class java.lang.String