|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrgUnitProperty
A representation of the model object ' Org Unit Properties'.
The following features are supported:
AccesscontrolPackage.getOrgUnitProperty()| Field Summary | |
|---|---|
static String |
ARRAY_SEPARATOR
|
| Method Summary | |
|---|---|
Boolean |
getBooleanProperty()
|
Integer |
getIntegerProperty()
|
String |
getName()
Returns the value of the 'Name' attribute. |
ProjectId |
getProject()
Returns the value of the 'Project' containment reference. |
String[] |
getStringArrayProperty()
|
String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setName(String value)
Sets the value of the ' Name'
attribute. |
void |
setProject(ProjectId value)
Sets the value of the ' Project'
containment reference. |
void |
setValue(boolean value)
Sets a new boolean property. |
void |
setValue(org.eclipse.emf.ecore.EObject[] value)
Sets a new EObject[] property. |
void |
setValue(int value)
Sets a new int property. |
void |
setValue(String value)
Sets the value of the ' Value'
attribute. |
void |
setValue(String[] value)
Sets a new String[] property. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final String ARRAY_SEPARATOR
| Method Detail |
|---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
AccesscontrolPackage.getOrgUnitProperty_Name()void setName(String value)
Name'
attribute.
value - the new value of the 'Name' attribute.getName()String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String),
AccesscontrolPackage.getOrgUnitProperty_Value()void setValue(String value)
Value'
attribute.
value - the new value of the 'Value' attribute.getValue()ProjectId getProject()
If the meaning of the 'Project' containment reference isn't clear, there really should be more of a description here...
setProject(ProjectId),
AccesscontrolPackage.getOrgUnitProperty_Project()void setProject(ProjectId value)
Project'
containment reference.
value - the new value of the 'Project' containment reference.getProject()void setValue(boolean value)
value - the new valuevoid setValue(int value)
value - the new valuevoid setValue(String[] value)
value - the new valuevoid setValue(org.eclipse.emf.ecore.EObject[] value)
value - the new EObject[] valueBoolean getBooleanProperty()
Integer getIntegerProperty()
String[] getStringArrayProperty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||