public interface Options
extends org.eclipse.emf.ecore.EObject
The following features are supported:
InfrastructurePackage.getOptions()| Modifier and Type | Method and Description |
|---|---|
short |
getBaseAeNgpPort()
Returns the value of the 'Base Ae Ngp Port' attribute.
|
short |
getBaseCaNgpPort()
Returns the value of the 'Base Ca Ngp Port' attribute.
|
short |
getBaseDaNgpPort()
Returns the value of the 'Base Da Ngp Port' attribute.
|
short |
getBaseHdNgpPort()
Returns the value of the 'Base Hd Ngp Port' attribute.
|
UserService |
getDefaultUserService()
Returns the value of the 'Default User Service' containment reference.
|
org.eclipse.emf.common.util.EList<EventPool> |
getEventPools()
Returns the value of the 'Event Pools' containment reference list.
|
org.eclipse.emf.common.util.EList<MonitorPool> |
getMonitorPools()
Returns the value of the 'Monitor Pools' containment reference list.
|
void |
setBaseAeNgpPort(short value)
Sets the value of the '
Base Ae Ngp Port' attribute. |
void |
setBaseCaNgpPort(short value)
Sets the value of the '
Base Ca Ngp Port' attribute. |
void |
setBaseDaNgpPort(short value)
Sets the value of the '
Base Da Ngp Port' attribute. |
void |
setBaseHdNgpPort(short value)
Sets the value of the '
Base Hd Ngp Port' attribute. |
void |
setDefaultUserService(UserService value)
Sets the value of the '
Default User Service' containment reference. |
short getBaseDaNgpPort()
"2100".
If the meaning of the 'Base Da Ngp Port' attribute isn't clear, there really should be more of a description here...
setBaseDaNgpPort(short),
InfrastructurePackage.getOptions_BaseDaNgpPort()void setBaseDaNgpPort(short value)
Base Da Ngp Port' attribute.
value - the new value of the 'Base Da Ngp Port' attribute.getBaseDaNgpPort()short getBaseAeNgpPort()
"2200".
If the meaning of the 'Base Ae Ngp Port' attribute isn't clear, there really should be more of a description here...
setBaseAeNgpPort(short),
InfrastructurePackage.getOptions_BaseAeNgpPort()void setBaseAeNgpPort(short value)
Base Ae Ngp Port' attribute.
value - the new value of the 'Base Ae Ngp Port' attribute.getBaseAeNgpPort()short getBaseCaNgpPort()
"2400".
If the meaning of the 'Base Ca Ngp Port' attribute isn't clear, there really should be more of a description here...
setBaseCaNgpPort(short),
InfrastructurePackage.getOptions_BaseCaNgpPort()void setBaseCaNgpPort(short value)
Base Ca Ngp Port' attribute.
value - the new value of the 'Base Ca Ngp Port' attribute.getBaseCaNgpPort()short getBaseHdNgpPort()
"2300".
If the meaning of the 'Base Hd Ngp Port' attribute isn't clear, there really should be more of a description here...
setBaseHdNgpPort(short),
InfrastructurePackage.getOptions_BaseHdNgpPort()void setBaseHdNgpPort(short value)
Base Hd Ngp Port' attribute.
value - the new value of the 'Base Hd Ngp Port' attribute.getBaseHdNgpPort()org.eclipse.emf.common.util.EList<MonitorPool> getMonitorPools()
MonitorPool.
If the meaning of the 'Monitor Pools' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getOptions_MonitorPools()org.eclipse.emf.common.util.EList<EventPool> getEventPools()
EventPool.
If the meaning of the 'Event Pools' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getOptions_EventPools()UserService getDefaultUserService()
If the meaning of the 'Default User Service' containment reference isn't clear, there really should be more of a description here...
setDefaultUserService(UserService),
InfrastructurePackage.getOptions_DefaultUserService()void setDefaultUserService(UserService value)
Default User Service' containment reference.
value - the new value of the 'Default User Service' containment reference.getDefaultUserService()