com.ibm.websphere.wim.model
Interface CheckPointType


public interface CheckPointType

A representation of the model object 'Check Point Type'.

The following features are supported:

See Also:
ModelPackage.getCheckPointType()
Model:
extendedMetaData="name='CheckPointType' kind='elementOnly'"
Generated:

Method Summary
 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.
 

Method Detail

getRepositoryId

java.lang.String getRepositoryId()
Returns the value of the 'Repository Id' attribute.

If the meaning of the 'Repository Id' attribute isn't clear, there really should be more of a description here...

See Also:
setRepositoryId(String), ModelPackage.getCheckPointType_RepositoryId()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" required="true" extendedMetaData="kind='element' name='repositoryId' namespace='##targetNamespace'"
Generated:
Return:
the value of the 'Repository Id' attribute.

setRepositoryId

void setRepositoryId(java.lang.String value)
Sets the value of the 'Repository Id' attribute.

Parameters:
value - the new value of the 'Repository Id' attribute.
See Also:
getRepositoryId()
Generated:

getRepositoryCheckPoint

java.lang.String getRepositoryCheckPoint()
Returns the value of the 'Repository Check Point' attribute.

If the meaning of the 'Repository Check Point' attribute isn't clear, there really should be more of a description here...

See Also:
setRepositoryCheckPoint(String), ModelPackage.getCheckPointType_RepositoryCheckPoint()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" extendedMetaData="kind='element' name='repositoryCheckPoint' namespace='##targetNamespace'"
Generated:
Return:
the value of the 'Repository Check Point' attribute.

setRepositoryCheckPoint

void setRepositoryCheckPoint(java.lang.String value)
Sets the value of the 'Repository Check Point' attribute.

Parameters:
value - the new value of the 'Repository Check Point' attribute.
See Also:
getRepositoryCheckPoint()
Generated: