|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A design-time data source definition.
The following features are supported:
Name
Oda Extension Id
Oda Extension Data Source Id
Display Name
Public Properties
Private Properties
Linked Profile Name
Linked Profile Store File Path
DesignPackage.getDataSourceDesign()
Field Summary | |
static java.lang.String |
copyright
|
Method Summary | |
java.lang.String |
getDisplayName()
Returns the value of the 'Display Name' attribute. |
java.lang.String |
getLinkedProfileName()
Returns the value of the 'Linked Profile Name' attribute. |
java.io.File |
getLinkedProfileStoreFile()
Returns the profile storage file where the linked profile is stored. |
java.lang.String |
getLinkedProfileStoreFilePath()
Returns the value of the 'Linked Profile Store File Path' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getOdaExtensionDataSourceId()
Returns the value of the 'Oda Extension Data Source Id' attribute. |
java.lang.String |
getOdaExtensionId()
Returns the value of the 'Oda Extension Id' attribute. |
Properties |
getPrivateProperties()
Returns the value of the 'Private Properties' containment reference. |
Properties |
getPublicProperties()
Returns the value of the 'Public Properties' containment reference. |
boolean |
hasLinkToProfile()
Indicates whether the data source design has a link to an external connection profile in a profile store. |
void |
setDisplayName(java.lang.String value)
Sets the value of the ' Display Name ' attribute. |
void |
setLinkedProfileName(java.lang.String value)
Sets the value of the ' Linked Profile Name ' attribute. |
void |
setLinkedProfileStoreFile(java.io.File storageFile)
Sets the profile storage file where the linked profile is stored. |
void |
setLinkedProfileStoreFilePath(java.lang.String value)
Sets the value of the ' Linked Profile Store File Path ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setOdaExtensionDataSourceId(java.lang.String value)
Sets the value of the ' Oda Extension Data Source Id ' attribute. |
void |
setOdaExtensionId(java.lang.String value)
Sets the value of the ' Oda Extension Id ' attribute. |
void |
setPrivateProperties(Properties value)
Sets the value of the ' Private Properties ' containment reference. |
void |
setPublicProperties(Properties value)
Sets the value of the ' Public Properties ' containment reference. |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public java.lang.String getName()
setName(String)
,
DesignPackage.getDataSourceDesign_Name()
public void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public java.lang.String getOdaExtensionId()
setOdaExtensionId(String)
,
DesignPackage.getDataSourceDesign_OdaExtensionId()
public void setOdaExtensionId(java.lang.String value)
Oda Extension Id
' attribute.
value
- the new value of the 'Oda Extension Id' attribute.getOdaExtensionId()
public java.lang.String getOdaExtensionDataSourceId()
setOdaExtensionDataSourceId(String)
,
DesignPackage.getDataSourceDesign_OdaExtensionDataSourceId()
public void setOdaExtensionDataSourceId(java.lang.String value)
Oda Extension Data Source Id
' attribute.
value
- the new value of the 'Oda Extension Data Source Id' attribute.getOdaExtensionDataSourceId()
public java.lang.String getDisplayName()
setDisplayName(String)
,
DesignPackage.getDataSourceDesign_DisplayName()
public void setDisplayName(java.lang.String value)
Display Name
' attribute.
value
- the new value of the 'Display Name' attribute.getDisplayName()
public Properties getPublicProperties()
setPublicProperties(Properties)
,
DesignPackage.getDataSourceDesign_PublicProperties()
public void setPublicProperties(Properties value)
Public Properties
' containment reference.
value
- the new value of the 'Public Properties' containment reference.getPublicProperties()
public Properties getPrivateProperties()
setPrivateProperties(Properties)
,
DesignPackage.getDataSourceDesign_PrivateProperties()
public void setPrivateProperties(Properties value)
Private Properties
' containment reference.
value
- the new value of the 'Private Properties' containment reference.getPrivateProperties()
public java.lang.String getLinkedProfileName()
setLinkedProfileName(String)
,
DesignPackage.getDataSourceDesign_LinkedProfileName()
public void setLinkedProfileName(java.lang.String value)
Linked Profile Name
' attribute.
value
- the new value of the 'Linked Profile Name' attribute.getLinkedProfileName()
public java.lang.String getLinkedProfileStoreFilePath()
setLinkedProfileStoreFilePath(String)
,
DesignPackage.getDataSourceDesign_LinkedProfileStoreFilePath()
public void setLinkedProfileStoreFilePath(java.lang.String value)
Linked Profile Store File Path
' attribute.
value
- the new value of the 'Linked Profile Store File Path' attribute.getLinkedProfileStoreFilePath()
public java.io.File getLinkedProfileStoreFile()
getLinkedProfileStoreFilePath()
,
setLinkedProfileStoreFile(File)
public void setLinkedProfileStoreFile(java.io.File storageFile)
storageFile
- the profile storage file;
null value unsets any linked profile storegetLinkedProfileStoreFile()
,
getLinkedProfileStoreFilePath()
public boolean hasLinkToProfile()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |