org.eclipse.corona.model.container
Interface RepositoryConfigurations

All Known Implementing Classes:
RepositoryConfigurationsImpl

public interface RepositoryConfigurations

A representation of the model object 'Repository Configurations'.

The following features are supported:


Method Summary
 java.lang.String getDefaultConfigurationName()
          Returns the value of the 'Default Configuration Name' attribute
 java.util.List getRepositoryConfiguration()
          Returns the value of the 'Repository Configuration' containment reference list.
 void setDefaultConfigurationName(java.lang.String value)
          Sets the value of the 'Default Configuration Name' attribute
 

Method Detail

getRepositoryConfiguration

java.util.List getRepositoryConfiguration()
Returns the value of the 'Repository Configuration' containment reference list. The list contents are of type RepositoryConfiguration.

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

Returns:
the value of the 'Repository Configuration' containment reference list.

getDefaultConfigurationName

java.lang.String getDefaultConfigurationName()
Returns the value of the 'Default Configuration Name' attribute.

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

Returns:
the value of the 'Default Configuration Name' attribute.
See Also:
setDefaultConfigurationName(String)

setDefaultConfigurationName

void setDefaultConfigurationName(java.lang.String value)
Sets the value of the 'Default Configuration Name' attribute.

Parameters:
value - the new value of the 'Default Configuration Name' attribute.
See Also:
getDefaultConfigurationName()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.