public interface Project extends NamedElement
The following features are supported:
IntegrityPackage.getProject()
Modifier and Type | Method and Description |
---|---|
MDWEList<Project> |
getChildren()
Returns the value of the 'Children' reference list.
|
Project |
getParent()
Returns the value of the 'Parent' reference.
|
MDWEList<Principal> |
getPermittedAdministrators()
Returns the value of the 'Permitted Administrators' reference list.
|
MDWEList<Group> |
getPermittedGroups()
Returns the value of the 'Permitted Groups' reference list.
|
boolean |
isActive()
Returns the value of the 'Is Active' attribute.
|
void |
setIsActive(boolean value)
Sets the value of the '
Is Active ' attribute. |
void |
setParent(Project value)
Sets the value of the '
Parent ' reference. |
getDescription, getName, setDescription, setName
getId, setId
eUninitialize
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
MDWEList<Principal> getPermittedAdministrators()
Principal
.
IntegrityPackage.getProject_PermittedAdministrators()
MDWEList<Group> getPermittedGroups()
Group
.
IntegrityPackage.getProject_PermittedGroups()
Project getParent()
Children
'.
setParent(Project)
,
IntegrityPackage.getProject_Parent()
,
getChildren()
void setParent(Project value)
Parent
' reference.
value
- the new value of the 'Parent' reference.getParent()
MDWEList<Project> getChildren()
Project
.
It is bidirectional and its opposite is 'Parent
'.
IntegrityPackage.getProject_Children()
,
getParent()
boolean isActive()
setIsActive(boolean)
,
IntegrityPackage.getProject_IsActive()
void setIsActive(boolean value)
Is Active
' attribute.
value
- the new value of the 'Is Active' attribute.isActive()