org.eclipse.emf.emfstore.internal.server.model.accesscontrol
Interface OrgUnitProperty

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OrgUnitPropertyImpl

public interface OrgUnitProperty
extends org.eclipse.emf.ecore.EObject

A representation of the model object ' Org Unit Properties'.

The following features are supported:

See Also:
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

ARRAY_SEPARATOR

static final String ARRAY_SEPARATOR
See Also:
Constant Field Values
Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), AccesscontrolPackage.getOrgUnitProperty_Name()

setName

void setName(String value)
Sets the value of the ' Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), AccesscontrolPackage.getOrgUnitProperty_Value()

setValue

void setValue(String value)
Sets the value of the ' Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getProject

ProjectId getProject()
Returns the value of the 'Project' containment reference.

If the meaning of the 'Project' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Project' containment reference.
See Also:
setProject(ProjectId), AccesscontrolPackage.getOrgUnitProperty_Project()

setProject

void setProject(ProjectId value)
Sets the value of the ' Project' containment reference.

Parameters:
value - the new value of the 'Project' containment reference.
See Also:
getProject()

setValue

void setValue(boolean value)
Sets a new boolean property.

Parameters:
value - the new value

setValue

void setValue(int value)
Sets a new int property.

Parameters:
value - the new value

setValue

void setValue(String[] value)
Sets a new String[] property.

Parameters:
value - the new value

setValue

void setValue(org.eclipse.emf.ecore.EObject[] value)
Sets a new EObject[] property.

Parameters:
value - the new EObject[] value

getBooleanProperty

Boolean getBooleanProperty()
Returns:
the boolean value of the property or null if it doesn't exist

getIntegerProperty

Integer getIntegerProperty()
Returns:
the int value of the property or null if it doesn't exist

getStringArrayProperty

String[] getStringArrayProperty()
Returns:
the array value of the property or null if it doesn't exist


Copyright © 2015. All Rights Reserved.