wt.vc.baseline
Interface NonStrictBaseline
- All Superinterfaces:
- Baseline, ElectronicallySignable, Lockable, NetFactor, ObjectMappable, Persistable, Serializable
- All Known Implementing Classes:
- EPMAsStoredConfig, EPMCheckpoint, SandboxBaseline
- public interface NonStrictBaseline
- extends Baseline
This interface is used to tag a class that represents a non-strict baseline.
Non-strict means that the associated Baselineables may be deleted.
Supported API: false
Extendable: false
Field Summary |
static String |
DIRTY
Label for the attribute; Indicates if the non-strict baseline is dirty,
i.e. |
Method Summary |
boolean |
isDirty()
Gets the value of the attribute: DIRTY. |
void |
setDirty(boolean a_Dirty)
Sets the value of the attribute: DIRTY. |
DIRTY
public static final String DIRTY
- Label for the attribute; Indicates if the non-strict baseline is dirty,
i.e. has had something removed since it was created. This is intended
to be set only by the BaselineService.
Supported API: false
- See Also:
- Constant Field Values
isDirty
public boolean isDirty()
- Gets the value of the attribute: DIRTY.
Indicates if the non-strict baseline is dirty, i.e. has had something
removed since it was created. This is intended to be set only by
the BaselineService.
Supported API: false
- Returns:
- boolean
setDirty
public void setDirty(boolean a_Dirty)
throws WTPropertyVetoException
- Sets the value of the attribute: DIRTY.
Indicates if the non-strict baseline is dirty, i.e. has had something
removed since it was created. This is intended to be set only by
the BaselineService.
Supported API: false
- Parameters:
a_Dirty
-
- Throws:
WTPropertyVetoException