|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
RepositoryConfiguration getRepositoryConfiguration(java.lang.String configurationName)
RepositoryConfiguration getDefaultRepositoryConfiguration()
ContextContainer getParentContainerContext()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
RepositoryConfigurations getRepositoryConfigurations()
If the meaning of the 'Repository Configurations' containment reference isn't clear, there really should be more of a description here...
setRepositoryConfigurations(RepositoryConfigurations)
void setRepositoryConfigurations(RepositoryConfigurations value)
Repository Configurations
' containment reference.
value
- the new value of the 'Repository Configurations' containment reference.getRepositoryConfigurations()
java.lang.String getContentType()
If the meaning of the 'Content Type' attribute isn't clear, there really should be more of a description here...
setContentType(String)
void setContentType(java.lang.String value)
Content Type
' attribute.
value
- the new value of the 'Content Type' attribute.getContentType()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
void setUri(java.lang.String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |