org.eclipse.corona.model.container
Interface RepositoryDescriptor

All Known Implementing Classes:
RepositoryDescriptorImpl

public interface RepositoryDescriptor

A representation of the model object 'Repository Descriptor'.

The following features are supported:


Method Summary
 java.lang.String getContentType()
          Returns the value of the 'Content Type' attribute
 RepositoryConfiguration getDefaultRepositoryConfiguration()
           
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 ContextContainer getParentContainerContext()
           
 RepositoryConfiguration getRepositoryConfiguration(java.lang.String configurationName)
           
 RepositoryConfigurations getRepositoryConfigurations()
          Returns the value of the 'Repository Configurations' containment reference
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute
 void setContentType(java.lang.String value)
          Sets the value of the 'Content Type' attribute
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setRepositoryConfigurations(RepositoryConfigurations value)
          Sets the value of the 'Repository Configurations' containment reference
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute
 

Method Detail

getRepositoryConfiguration

RepositoryConfiguration getRepositoryConfiguration(java.lang.String configurationName)

getDefaultRepositoryConfiguration

RepositoryConfiguration getDefaultRepositoryConfiguration()

getParentContainerContext

ContextContainer getParentContainerContext()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String)

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getRepositoryConfigurations

RepositoryConfigurations getRepositoryConfigurations()
Returns the value of the 'Repository Configurations' containment reference.

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

Returns:
the value of the 'Repository Configurations' containment reference.
See Also:
setRepositoryConfigurations(RepositoryConfigurations)

setRepositoryConfigurations

void setRepositoryConfigurations(RepositoryConfigurations value)
Sets the value of the 'Repository Configurations' containment reference.

Parameters:
value - the new value of the 'Repository Configurations' containment reference.
See Also:
getRepositoryConfigurations()

getContentType

java.lang.String getContentType()
Returns the value of the 'Content Type' attribute.

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

Returns:
the value of the 'Content Type' attribute.
See Also:
setContentType(String)

setContentType

void setContentType(java.lang.String value)
Sets the value of the 'Content Type' attribute.

Parameters:
value - the new value of the 'Content Type' attribute.
See Also:
getContentType()

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()

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String)

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.