public interface TCustomClientSettings
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTCustomClientSettings()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClientType()
Returns the value of the 'Client Type' attribute
|
org.eclipse.emf.common.util.EList |
getCustomSetting()
Returns the value of the 'Custom Setting' containment reference list.
|
void |
setClientType(java.lang.String value)
Sets the value of the '
Client Type ' attribute |
static final java.lang.String COPYRIGHT
org.eclipse.emf.common.util.EList getCustomSetting()
TCustomSetting
.
If the meaning of the 'Custom Setting' containment reference list isn't clear, there really should be more of a description here...
TaskPackage.getTCustomClientSettings_CustomSetting()
java.lang.String getClientType()
If the meaning of the 'Client Type' attribute isn't clear, there really should be more of a description here...
setClientType(String)
,
TaskPackage.getTCustomClientSettings_ClientType()
void setClientType(java.lang.String value)
Client Type
' attribute.
value
- the new value of the 'Client Type' attribute.getClientType()