|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.fluxmedia.tmcontrib.iterator.ParametersIterator
public final class ParametersIterator
An iterator which returns a new parameter value
Field Summary | |
---|---|
private java.lang.String |
name
|
private Parameters |
param
|
private java.util.Enumeration |
paramNames
|
private java.lang.String |
type
|
Constructor Summary | |
---|---|
ParametersIterator(java.lang.String n,
Parameters p)
The constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name attribute of the ParametersIterator object |
java.lang.String |
getType()
Gets the type attribute of the ParametersIterator object |
boolean |
hasMoreElements()
Is this the last value |
void |
init(Parameters p)
The initializer |
java.lang.Object |
nextElement()
The next parameter value |
void |
staticInit(Parameters p)
Static initialization is currently not used |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Parameters param
private java.lang.String name
private java.lang.String type
private java.util.Enumeration paramNames
Constructor Detail |
---|
public ParametersIterator(java.lang.String n, Parameters p)
n
- Description of the Parameterp
- Description of the ParameterMethod Detail |
---|
public void staticInit(Parameters p)
staticInit
in interface TIterator
p
- Description of the Parameterpublic void init(Parameters p)
init
in interface TIterator
p
- Description of the Parameterpublic java.lang.String getName()
getName
in interface TIterator
public final boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public final java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
public java.lang.String getType()
getType
in interface TIterator
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |