org.mod4j.crossx.mm.crossx
Interface ReferenceSymbolProperty

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

public interface ReferenceSymbolProperty
extends SymbolProperty

A representation of the model object 'Reference Symbol Property'.

The following features are supported:

See Also:
CrossxPackage.getReferenceSymbolProperty()

Method Summary
 java.lang.String getModelname()
          Returns the value of the 'Modelname' attribute.
 java.lang.String getSymbolname()
          Returns the value of the 'Symbolname' attribute.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 void setModelname(java.lang.String value)
          Sets the value of the 'Modelname' attribute.
 void setSymbolname(java.lang.String value)
          Sets the value of the 'Symbolname' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.mod4j.crossx.mm.crossx.SymbolProperty
getName, getSubProperties, setName
 
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

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.getReferenceSymbolProperty_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()

getModelname

java.lang.String getModelname()
Returns the value of the 'Modelname' attribute.

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

Returns:
the value of the 'Modelname' attribute.
See Also:
setModelname(String), CrossxPackage.getReferenceSymbolProperty_Modelname()

setModelname

void setModelname(java.lang.String value)
Sets the value of the 'Modelname' attribute.

Parameters:
value - the new value of the 'Modelname' attribute.
See Also:
getModelname()

getSymbolname

java.lang.String getSymbolname()
Returns the value of the 'Symbolname' attribute.

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

Returns:
the value of the 'Symbolname' attribute.
See Also:
setSymbolname(String), CrossxPackage.getReferenceSymbolProperty_Symbolname()

setSymbolname

void setSymbolname(java.lang.String value)
Sets the value of the 'Symbolname' attribute.

Parameters:
value - the new value of the 'Symbolname' attribute.
See Also:
getSymbolname()


Copyright © 2010 Mod4j. All Rights Reserved.