public interface TStaffSettings
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTStaffSettings()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
TAdministrator |
getAdministrator()
Returns the value of the 'Administrator' containment reference
|
org.eclipse.emf.common.util.EList |
getContactQuery()
Returns the value of the 'Contact Query' containment reference list.
|
TEditor |
getEditor()
Returns the value of the 'Editor' containment reference
|
TInheritedAuthorization |
getInheritedAuthorization()
Returns the value of the 'Inherited Authorization' attribute.
|
TPotentialInstanceCreator |
getPotentialInstanceCreator()
Returns the value of the 'Potential Instance Creator' containment reference
|
TPotentialOwner |
getPotentialOwner()
Returns the value of the 'Potential Owner' containment reference
|
TPotentialStarter |
getPotentialStarter()
Returns the value of the 'Potential Starter' containment reference
|
TReader |
getReader()
Returns the value of the 'Reader' containment reference
|
boolean |
isSetInheritedAuthorization()
Returns whether the value of the '
Inherited Authorization ' attribute is set |
void |
setAdministrator(TAdministrator value)
Sets the value of the '
Administrator ' containment reference |
void |
setEditor(TEditor value)
Sets the value of the '
Editor ' containment reference |
void |
setInheritedAuthorization(TInheritedAuthorization value)
Sets the value of the '
Inherited Authorization ' attribute |
void |
setPotentialInstanceCreator(TPotentialInstanceCreator value)
Sets the value of the '
Potential Instance Creator ' containment reference |
void |
setPotentialOwner(TPotentialOwner value)
Sets the value of the '
Potential Owner ' containment reference |
void |
setPotentialStarter(TPotentialStarter value)
Sets the value of the '
Potential Starter ' containment reference |
void |
setReader(TReader value)
Sets the value of the '
Reader ' containment reference |
void |
unsetInheritedAuthorization()
Unsets the value of the '
Inherited Authorization ' attribute |
static final java.lang.String COPYRIGHT
TAdministrator getAdministrator()
If the meaning of the 'Administrator' containment reference isn't clear, there really should be more of a description here...
setAdministrator(TAdministrator)
,
TaskPackage.getTStaffSettings_Administrator()
void setAdministrator(TAdministrator value)
Administrator
' containment reference.
value
- the new value of the 'Administrator' containment reference.getAdministrator()
TEditor getEditor()
If the meaning of the 'Editor' containment reference isn't clear, there really should be more of a description here...
setEditor(TEditor)
,
TaskPackage.getTStaffSettings_Editor()
void setEditor(TEditor value)
Editor
' containment reference.
value
- the new value of the 'Editor' containment reference.getEditor()
TPotentialOwner getPotentialOwner()
If the meaning of the 'Potential Owner' containment reference isn't clear, there really should be more of a description here...
setPotentialOwner(TPotentialOwner)
,
TaskPackage.getTStaffSettings_PotentialOwner()
void setPotentialOwner(TPotentialOwner value)
Potential Owner
' containment reference.
value
- the new value of the 'Potential Owner' containment reference.getPotentialOwner()
TReader getReader()
If the meaning of the 'Reader' containment reference isn't clear, there really should be more of a description here...
setReader(TReader)
,
TaskPackage.getTStaffSettings_Reader()
void setReader(TReader value)
Reader
' containment reference.
value
- the new value of the 'Reader' containment reference.getReader()
TPotentialInstanceCreator getPotentialInstanceCreator()
If the meaning of the 'Potential Instance Creator' containment reference isn't clear, there really should be more of a description here...
setPotentialInstanceCreator(TPotentialInstanceCreator)
,
TaskPackage.getTStaffSettings_PotentialInstanceCreator()
void setPotentialInstanceCreator(TPotentialInstanceCreator value)
Potential Instance Creator
' containment reference.
value
- the new value of the 'Potential Instance Creator' containment reference.getPotentialInstanceCreator()
TPotentialStarter getPotentialStarter()
If the meaning of the 'Potential Starter' containment reference isn't clear, there really should be more of a description here...
setPotentialStarter(TPotentialStarter)
,
TaskPackage.getTStaffSettings_PotentialStarter()
void setPotentialStarter(TPotentialStarter value)
Potential Starter
' containment reference.
value
- the new value of the 'Potential Starter' containment reference.getPotentialStarter()
org.eclipse.emf.common.util.EList getContactQuery()
TContactQuery
.
If the meaning of the 'Contact Query' containment reference list isn't clear, there really should be more of a description here...
TaskPackage.getTStaffSettings_ContactQuery()
TInheritedAuthorization getInheritedAuthorization()
"all"
.
The literals are from the enumeration TInheritedAuthorization
.
If the meaning of the 'Inherited Authorization' attribute isn't clear, there really should be more of a description here...
TInheritedAuthorization
,
isSetInheritedAuthorization()
,
unsetInheritedAuthorization()
,
setInheritedAuthorization(TInheritedAuthorization)
,
TaskPackage.getTStaffSettings_InheritedAuthorization()
void setInheritedAuthorization(TInheritedAuthorization value)
Inherited Authorization
' attribute.
value
- the new value of the 'Inherited Authorization' attribute.TInheritedAuthorization
,
isSetInheritedAuthorization()
,
unsetInheritedAuthorization()
,
getInheritedAuthorization()
void unsetInheritedAuthorization()
Inherited Authorization
' attribute.
boolean isSetInheritedAuthorization()
Inherited Authorization
' attribute is set.
unsetInheritedAuthorization()
,
getInheritedAuthorization()
,
setInheritedAuthorization(TInheritedAuthorization)