org.eclipse.corona.model.container
Interface RepositoryConnectionParameters

All Known Implementing Classes:
RepositoryConnectionParametersImpl

public interface RepositoryConnectionParameters

A representation of the model object 'Repository Connection Parameters'.

The following features are supported:


Method Summary
 java.lang.String getAccessType()
          Returns the value of the 'Access Type' attribute
 java.lang.String getConnectionParameter(java.lang.String connectionParameterName)
           
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.util.List getRepositoryConnectionParameter()
          Returns the value of the 'Repository Connection Parameter' containment reference list.
 ResourceSubset getResourceSubset()
          Returns the value of the 'Resource Subset' containment reference
 void setAccessType(java.lang.String value)
          Sets the value of the 'Access Type' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setResourceSubset(ResourceSubset value)
          Sets the value of the 'Resource Subset' containment reference
 

Method Detail

getConnectionParameter

java.lang.String getConnectionParameter(java.lang.String connectionParameterName)

getRepositoryConnectionParameter

java.util.List getRepositoryConnectionParameter()
Returns the value of the 'Repository Connection Parameter' containment reference list. The list contents are of type RepositoryConnectionParameter.

If the meaning of the 'Repository Connection Parameter' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Repository Connection Parameter' containment reference list.

getResourceSubset

ResourceSubset getResourceSubset()
Returns the value of the 'Resource Subset' containment reference.

If the meaning of the 'Resource Subset' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Subset' containment reference.
See Also:
setResourceSubset(ResourceSubset)

setResourceSubset

void setResourceSubset(ResourceSubset value)
Sets the value of the 'Resource Subset' containment reference.

Parameters:
value - the new value of the 'Resource Subset' containment reference.
See Also:
getResourceSubset()

getAccessType

java.lang.String getAccessType()
Returns the value of the 'Access Type' attribute.

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

Returns:
the value of the 'Access Type' attribute.
See Also:
setAccessType(String)

setAccessType

void setAccessType(java.lang.String value)
Sets the value of the 'Access Type' attribute.

Parameters:
value - the new value of the 'Access Type' attribute.
See Also:
getAccessType()

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String)

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.