public interface EquinoxBase
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
int |
getInstanceNumber()
Returns the value of the 'Instance Number' attribute.
|
Configuration |
getSecurityConfiguration()
Returns the value of the 'Security Configuration' reference.
|
UserService |
getUserService()
Returns the value of the 'User Service' containment reference.
|
void |
setInstanceNumber(int value)
Sets the value of the '
Instance Number' attribute. |
void |
setSecurityConfiguration(Configuration value)
Sets the value of the '
Security Configuration' reference. |
void |
setUserService(UserService value)
Sets the value of the '
User Service' containment reference. |
int getInstanceNumber()
If the meaning of the 'Instance Number' attribute isn't clear, there really should be more of a description here...
setInstanceNumber(int),
InfrastructurePackage.getEquinoxBase_InstanceNumber()void setInstanceNumber(int value)
Instance Number' attribute.
value - the new value of the 'Instance Number' attribute.getInstanceNumber()UserService getUserService()
If the meaning of the 'User Service' containment reference isn't clear, there really should be more of a description here...
setUserService(UserService),
InfrastructurePackage.getEquinoxBase_UserService()void setUserService(UserService value)
User Service' containment reference.
value - the new value of the 'User Service' containment reference.getUserService()Configuration getSecurityConfiguration()
If the meaning of the 'Security Configuration' reference isn't clear, there really should be more of a description here...
setSecurityConfiguration(Configuration),
InfrastructurePackage.getEquinoxBase_SecurityConfiguration()void setSecurityConfiguration(Configuration value)
Security Configuration' reference.
value - the new value of the 'Security Configuration' reference.getSecurityConfiguration()