public interface OrgUnitProperty
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Field and Description |
|---|---|
static String |
ARRAY_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final String ARRAY_SEPARATOR
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()
Copyright © 2017. All rights reserved.