|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BaselineConfigurationVersion
The configuration of a ConfiguredMaster. The configuration stores
versions in the structure of a ConfiguredVersion using an IteratedPartialBaseline. Each version in the configuration
must be called out by structure, in which the path to the version consists
of versions that are also in the configuration all the way up to the
ConfiguredVersion. The baseline aspect of this configuration
stores the "normal" (or default) version of an object in the configuration.
Along a given path, this version may be overridden by another using
a BaselineConfigurationOverride.
Supported API: true
Extendable: true
| Field Summary | |
|---|---|
static String |
DESCRIPTION
Label for the attribute; The description of this configuration. |
static String |
MASTER
Label for the attribute. |
static String |
MASTER_REFERENCE
Label for the attribute. |
| Method Summary | |
|---|---|
ConfiguredVersion |
getConfiguredVersion()
Returns the ConfiguredVersion associated with the configuration. |
String |
getDescription()
Gets the value of the attribute: DESCRIPTION. |
Mastered |
getMaster()
Gets the object for the association that plays role: MASTER. |
ObjectReference |
getMasterReference()
Gets the value of the attribute: MASTER_REFERENCE. |
void |
setDescription(String a_Description)
Sets the value of the attribute: DESCRIPTION. |
void |
setMaster(Mastered a_Master)
Sets the object for the association that plays role: MASTER. |
void |
setMasterReference(ObjectReference a_MasterReference)
Sets the value of the attribute: MASTER_REFERENCE. |
| Field Detail |
|---|
static final String DESCRIPTION
static final String MASTER
static final String MASTER_REFERENCE
| Method Detail |
|---|
String getDescription()
void setDescription(String a_Description)
throws WTPropertyVetoException
a_Description -
WTPropertyVetoExceptionMastered getMaster()
getMaster in interface IteratedMastered
void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
setMaster in interface Iterateda_Master -
WTPropertyVetoException
WTExceptionMasteredObjectReference getMasterReference()
getMasterReference in interface IteratedMastered
void setMasterReference(ObjectReference a_MasterReference)
throws WTPropertyVetoException
setMasterReference in interface Iterateda_MasterReference -
WTPropertyVetoExceptionMastered
ConfiguredVersion getConfiguredVersion()
throws WTException
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||