|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.vc.VersionIdentifier
public class VersionIdentifier
An identifier that uniquely labels a version.
Use the newVersionIdentifier static factory method(s), not
the VersionIdentifier 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 | |
|---|---|
MultilevelSeries |
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(MultilevelSeries value)
Supports initialization, following construction of an instance. |
static VersionIdentifier |
newVersionIdentifier()
Construct a VersionIdentifier. |
static VersionIdentifier |
newVersionIdentifier(MultilevelSeries value)
Construct a VersionIdentifier using a series. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static VersionIdentifier newVersionIdentifier()
throws WTException
WTException
public static VersionIdentifier newVersionIdentifier(MultilevelSeries value)
throws WTException
value -
WTException
public MultilevelSeries getSeries()
throws VersionControlException
VersionControlExceptionpublic String getValue()
protected void initialize()
throws WTException
WTException
protected void initialize(MultilevelSeries value)
throws WTException
value -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||