public interface TUISettings
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTUISettings()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList |
getCustomClientSettings()
Returns the value of the 'Custom Client Settings' containment reference list.
|
org.eclipse.emf.common.util.EList |
getPortalClientSettings()
Returns the value of the 'Portal Client Settings' containment reference list.
|
org.eclipse.emf.common.util.EList |
getWebClientSettings()
Returns the value of the 'Web Client Settings' containment reference list.
|
static final java.lang.String COPYRIGHT
org.eclipse.emf.common.util.EList getCustomClientSettings()
TCustomClientSettings
.
If the meaning of the 'Custom Client Settings' containment reference list isn't clear, there really should be more of a description here...
TaskPackage.getTUISettings_CustomClientSettings()
org.eclipse.emf.common.util.EList getWebClientSettings()
TWebClientSettings
.
If the meaning of the 'Web Client Settings' containment reference isn't clear, there really should be more of a description here...
TaskPackage.getTUISettings_WebClientSettings()
org.eclipse.emf.common.util.EList getPortalClientSettings()
TPortalClientSettings
.
If the meaning of the 'Portal Client Settings' containment reference isn't clear, there really should be more of a description here...
TaskPackage.getTUISettings_PortalClientSettings()