|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.vc.OneOffVersionIdentifier
public class OneOffVersionIdentifier
An identifier that uniquely labels a One Off Version.
Use the newOneOffVersionIdentifier static factory method(s),
not the OneOffVersionIdentifier 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. |
static OneOffVersionIdentifier |
newOneOffVersionIdentifier()
Constructs a OneOffVersionIdentifier. |
static OneOffVersionIdentifier |
newOneOffVersionIdentifier(Series value)
Constructs a OneOffVersionIdentifier using a Series. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static OneOffVersionIdentifier newOneOffVersionIdentifier()
throws WTException
WTException
protected void initialize()
throws WTException
WTException
public static OneOffVersionIdentifier newOneOffVersionIdentifier(Series value)
throws WTException
value -
WTException
protected void initialize(Series value)
throws WTException
value -
WTException
public Series getSeries()
throws VersionControlException
VersionControlExceptionpublic String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||