|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Symbol
A representation of the model object 'Symbol'.
The following features are supported:
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 |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
CrossxPackage.getSymbol_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
CrossxPackage.getSymbol_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()org.eclipse.emf.common.util.EList<SymbolProperty> getProperties()
SymbolProperty.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
CrossxPackage.getSymbol_Properties()org.eclipse.emf.common.util.EList<Symbol> getSubSymbols()
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...
CrossxPackage.getSymbol_SubSymbols(),
getParent()ModelInfo getOwner()
Symbols'.
If the meaning of the 'Owner' container reference isn't clear, there really should be more of a description here...
setOwner(ModelInfo),
CrossxPackage.getSymbol_Owner(),
ModelInfo.getSymbols()void setOwner(ModelInfo value)
Owner' container reference.
value - the new value of the 'Owner' container reference.getOwner()Symbol getParent()
Sub Symbols'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(Symbol),
CrossxPackage.getSymbol_Parent(),
getSubSymbols()void setParent(Symbol value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||