org.mod4j.crossx.mm.crossx
Interface SymbolProperty

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
LiteralSymbolProperty, ReferenceSymbolProperty
All Known Implementing Classes:
LiteralSymbolPropertyImpl, ReferenceSymbolPropertyImpl, SymbolPropertyImpl

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

A representation of the model object 'Symbol Property'.

The following features are supported:

See Also:
CrossxPackage.getSymbolProperty()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<SymbolProperty> getSubProperties()
          Returns the value of the 'Sub Properties' containment reference list.
 void setName(java.lang.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

java.lang.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), CrossxPackage.getSymbolProperty_Name()

setName

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

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

getSubProperties

org.eclipse.emf.common.util.EList<SymbolProperty> getSubProperties()
Returns the value of the 'Sub Properties' containment reference list. The list contents are of type SymbolProperty.

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

Returns:
the value of the 'Sub Properties' containment reference list.
See Also:
CrossxPackage.getSymbolProperty_SubProperties()


Copyright © 2010 Mod4j. All Rights Reserved.