org.mod4j.crossx.mm.crossx
Interface Symbol

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

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

A representation of the model object 'Symbol'.

The following features are supported:

See Also:
CrossxPackage.getSymbol()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 ModelInfo getOwner()
          Returns the value of the 'Owner' container reference.
 Symbol getParent()
          Returns the value of the 'Parent' container reference.
 org.eclipse.emf.common.util.EList<SymbolProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 org.eclipse.emf.common.util.EList<Symbol> getSubSymbols()
          Returns the value of the 'Sub Symbols' containment reference list.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setOwner(ModelInfo value)
          Sets the value of the 'Owner' container reference.
 void setParent(Symbol value)
          Sets the value of the 'Parent' container reference.
 void setType(java.lang.String value)
          Sets the value of the 'Type' 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.getSymbol_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()

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), CrossxPackage.getSymbol_Type()

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getProperties

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

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

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

getSubSymbols

org.eclipse.emf.common.util.EList<Symbol> getSubSymbols()
Returns the value of the 'Sub Symbols' containment reference list. The list contents are of type Symbol. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'Sub Symbols' containment reference list.
See Also:
CrossxPackage.getSymbol_SubSymbols(), getParent()

getOwner

ModelInfo getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Symbols'.

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

Returns:
the value of the 'Owner' container reference.
See Also:
setOwner(ModelInfo), CrossxPackage.getSymbol_Owner(), ModelInfo.getSymbols()

setOwner

void setOwner(ModelInfo value)
Sets the value of the 'Owner' container reference.

Parameters:
value - the new value of the 'Owner' container reference.
See Also:
getOwner()

getParent

Symbol getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Sub Symbols'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(Symbol), CrossxPackage.getSymbol_Parent(), getSubSymbols()

setParent

void setParent(Symbol value)
Sets the value of the 'Parent' container reference.

Parameters:
value - the new value of the 'Parent' container reference.
See Also:
getParent()


Copyright © 2010 Mod4j. All Rights Reserved.