org.openxma.dsl.dom.model
Interface PropertyValue

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

public interface PropertyValue
extends Expression

A representation of the model object 'Property Value'.

The following features are supported:

See Also:
DomPackage.getPropertyValue()

Method Summary
 org.eclipse.emf.common.util.EList<Expression> getIndex()
          Returns the value of the 'Index' containment reference list.
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<String> getSegments()
          Returns the value of the 'Segments' attribute list.
 boolean isClassProperty()
          Returns the value of the 'Class Property' attribute.
 void setClassProperty(boolean value)
          Sets the value of the 'Class Property' attribute.
 void setName(String value)
          Sets the value of the 'Name' 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
 

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), DomPackage.getPropertyValue_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()

getSegments

org.eclipse.emf.common.util.EList<String> getSegments()
Returns the value of the 'Segments' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Segments' attribute list.
See Also:
DomPackage.getPropertyValue_Segments()

getIndex

org.eclipse.emf.common.util.EList<Expression> getIndex()
Returns the value of the 'Index' containment reference list. The list contents are of type Expression.

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

Returns:
the value of the 'Index' containment reference list.
See Also:
DomPackage.getPropertyValue_Index()

isClassProperty

boolean isClassProperty()
Returns the value of the 'Class Property' attribute.

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

Returns:
the value of the 'Class Property' attribute.
See Also:
setClassProperty(boolean), DomPackage.getPropertyValue_ClassProperty()

setClassProperty

void setClassProperty(boolean value)
Sets the value of the 'Class Property' attribute.

Parameters:
value - the new value of the 'Class Property' attribute.
See Also:
isClassProperty()


Copyright © 2013. All Rights Reserved.