com.ibm.wbit.tel
Interface TStaffSettings
- public interface TStaffSettings
- extends org.eclipse.emf.ecore.EObject
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getAdministrator()
Returns the value of the 'Administrator' containment reference
|
|
|
getContactQuery()
Returns the value of the 'Contact Query' containment reference list.
|
getEditor()
Returns the value of the 'Editor' containment reference
|
|
getInheritedAuthorization()
Returns the value of the 'Inherited Authorization' attribute.
|
|
getPotentialInstanceCreator()
Returns the value of the 'Potential Instance Creator' containment reference
|
|
getPotentialOwner()
Returns the value of the 'Potential Owner' containment reference
|
|
getPotentialStarter()
Returns the value of the 'Potential Starter' containment reference
|
|
getReader()
Returns the value of the 'Reader' containment reference
|
|
|
isSetInheritedAuthorization()
Returns whether the value of the '
Inherited Authorization ' attribute is set
|
|
setAdministrator(TAdministrator value)
Sets the value of the '
Administrator ' containment reference
|
|
setEditor(TEditor value)
Sets the value of the '
Editor ' containment reference
|
|
setInheritedAuthorization(TInheritedAuthorization value)
Sets the value of the '
Inherited Authorization ' attribute
|
|
setPotentialInstanceCreator(TPotentialInstanceCreator value)
Sets the value of the '
Potential Instance Creator ' containment reference
|
|
setPotentialOwner(TPotentialOwner value)
Sets the value of the '
Potential Owner ' containment reference
|
|
setPotentialStarter(TPotentialStarter value)
Sets the value of the '
Potential Starter ' containment reference
|
|
setReader(TReader value)
Sets the value of the '
Reader ' containment reference
|
|
unsetInheritedAuthorization()
Unsets the value of the '
Inherited Authorization ' attribute
|
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
Method Detail
getAdministrator
- TAdministrator getAdministrator( )
setAdministrator
- void setAdministrator(TAdministrator value)
Administrator
' containment reference.
value
- the new value of the 'Administrator' containment reference. getEditor
- TEditor getEditor()
If the meaning of the 'Editor' containment reference isn't clear, there really should be more of a description here...
setEditor
- void setEditor(TEditor value)
Editor
' containment reference.
getPotentialOwner
- TPotentialOwner getPotentialOwner( )
If the meaning of the 'Potential Owner' containment reference isn't clear, there really should be more of a description here...
setPotentialOwner
- void setPotentialOwner(TPotentialOwner value)
Potential Owner
' containment reference.
value
- the new value of the 'Potential Owner' containment reference. getReader
- TReader getReader()
If the meaning of the 'Reader' containment reference isn't clear, there really should be more of a description here...
setReader
- void setReader(TReader value)
Reader
' containment reference.
getPotentialInstanceCreator
- 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
- void setPotentialInstanceCreator( TPotentialInstanceCreator value)
Potential Instance Creator
' containment reference.
value
- the new value of the 'Potential Instance Creator' containment reference. getPotentialStarter
- TPotentialStarter getPotentialStarter( )
If the meaning of the 'Potential Starter' containment reference isn't clear, there really should be more of a description here...
setPotentialStarter
- void setPotentialStarter(TPotentialStarter value)
Potential Starter
' containment reference.
value
- the new value of the 'Potential Starter' containment reference. getContactQuery
- 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...
getInheritedAuthorization
- 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...
setInheritedAuthorization
- void setInheritedAuthorization( TInheritedAuthorization value)
Inherited Authorization
' attribute.
value
- the new value of the 'Inherited Authorization' attribute. unsetInheritedAuthorization
- void unsetInheritedAuthorization( )
Inherited Authorization
' attribute.
isSetInheritedAuthorization
- boolean isSetInheritedAuthorization( )
Inherited Authorization
' attribute is set.
If the meaning of the 'Administrator' containment reference isn't clear, there really should be more of a description here...