public interface CheckPointType
The following features are supported:
ModelPackage.getCheckPointType()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRepositoryCheckPoint()
Returns the value of the 'Repository Check Point' attribute.
|
java.lang.String |
getRepositoryId()
Returns the value of the 'Repository Id' attribute.
|
void |
setRepositoryCheckPoint(java.lang.String value)
Sets the value of the '
Repository Check Point ' attribute. |
void |
setRepositoryId(java.lang.String value)
Sets the value of the '
Repository Id ' attribute. |
java.lang.String getRepositoryId()
If the meaning of the 'Repository Id' attribute isn't clear, there really should be more of a description here...
setRepositoryId(String)
,
ModelPackage.getCheckPointType_RepositoryId()
void setRepositoryId(java.lang.String value)
Repository Id
' attribute.
value
- the new value of the 'Repository Id' attribute.getRepositoryId()
java.lang.String getRepositoryCheckPoint()
If the meaning of the 'Repository Check Point' attribute isn't clear, there really should be more of a description here...
setRepositoryCheckPoint(String)
,
ModelPackage.getCheckPointType_RepositoryCheckPoint()
void setRepositoryCheckPoint(java.lang.String value)
Repository Check Point
' attribute.
value
- the new value of the 'Repository Check Point' attribute.getRepositoryCheckPoint()