public interface ConnectionType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Returns the value of the 'Class Name' attribute.
|
FolderType |
getFolder()
Returns the value of the 'Folder' containment reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getPrefix()
Returns the value of the 'Prefix' attribute.
|
String |
getUri()
Returns the value of the 'Uri' attribute.
|
void |
setClassName(String value)
Sets the value of the '
Class Name' attribute. |
void |
setFolder(FolderType value)
Sets the value of the '
Folder' containment reference. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setPrefix(String value)
Sets the value of the '
Prefix' attribute. |
void |
setUri(String value)
Sets the value of the '
Uri' attribute. |
FolderType getFolder()
If the meaning of the 'Folder' containment reference isn't clear, there really should be more of a description here...
setFolder(FolderType),
ConfigurationPackage.getConnectionType_Folder()void setFolder(FolderType value)
Folder' containment reference.
value - the new value of the 'Folder' containment reference.getFolder()String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String),
ConfigurationPackage.getConnectionType_ClassName()void setClassName(String value)
Class Name' attribute.
value - the new value of the 'Class Name' attribute.getClassName()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ConfigurationPackage.getConnectionType_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()String getPrefix()
If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...
setPrefix(String),
ConfigurationPackage.getConnectionType_Prefix()void setPrefix(String value)
Prefix' attribute.
value - the new value of the 'Prefix' attribute.getPrefix()String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String),
ConfigurationPackage.getConnectionType_Uri()Copyright © 2015 Eclipse SCADA Project. All rights reserved.