|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.vc.IterationIdentifier
public class IterationIdentifier
An identifier that uniquely labels an iteration.
Use the newIterationIdentifier static factory method(s),
not the IterationIdentifier constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
Series |
getSeries()
Gets the Series. |
String |
getValue()
Gets the aggregated series' value and returns it as a string. |
protected void |
initialize()
Supports initialization, following construction of an instance. |
protected void |
initialize(Series value)
Supports initialization, following construction of an instance. |
protected void |
initialize(String number)
Supports initialization, following construction of an instance. |
static IterationIdentifier |
newIterationIdentifier()
Constructs an IterationIdentifier. |
static IterationIdentifier |
newIterationIdentifier(Series value)
Constructs an IterationIdentifier using a Series. |
static IterationIdentifier |
newIterationIdentifier(String number)
Constructs an IterationIdentifier using a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static IterationIdentifier newIterationIdentifier()
throws WTException
WTException
public static IterationIdentifier newIterationIdentifier(Series value)
throws WTException
value -
WTException
public Series getSeries()
throws VersionControlException
VersionControlExceptionpublic String getValue()
protected void initialize()
throws WTException
WTException
protected void initialize(Series value)
throws WTException
value -
WTException
public static IterationIdentifier newIterationIdentifier(String number)
throws WTException
number -
WTException
protected void initialize(String number)
throws WTException
number -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||