org.mod4j.crossx.mm.crossx
Interface ModelInfo

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

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

A representation of the model object 'Model Info'.

The following features are supported:

See Also:
CrossxPackage.getModelInfo()

Method Summary
 java.lang.String getDslname()
          Returns the value of the 'Dslname' attribute.
 java.lang.String getLastChanged()
          Returns the value of the 'Last Changed' attribute.
 java.lang.String getModelname()
          Returns the value of the 'Modelname' attribute.
 java.lang.String getResource()
          Returns the value of the 'Resource' attribute.
 org.eclipse.emf.common.util.EList<Symbol> getSymbols()
          Returns the value of the 'Symbols' containment reference list.
 void setDslname(java.lang.String value)
          Sets the value of the 'Dslname' attribute.
 void setLastChanged(java.lang.String value)
          Sets the value of the 'Last Changed' attribute.
 void setModelname(java.lang.String value)
          Sets the value of the 'Modelname' attribute.
 void setResource(java.lang.String value)
          Sets the value of the 'Resource' 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

getSymbols

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

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

Returns:
the value of the 'Symbols' containment reference list.
See Also:
CrossxPackage.getModelInfo_Symbols(), Symbol.getOwner()

getLastChanged

java.lang.String getLastChanged()
Returns the value of the 'Last Changed' attribute. The default value is "".

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

Returns:
the value of the 'Last Changed' attribute.
See Also:
setLastChanged(String), CrossxPackage.getModelInfo_LastChanged()

setLastChanged

void setLastChanged(java.lang.String value)
Sets the value of the 'Last Changed' attribute.

Parameters:
value - the new value of the 'Last Changed' attribute.
See Also:
getLastChanged()

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

getResource

java.lang.String getResource()
Returns the value of the 'Resource' attribute. The default value is "[unknown]".

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

Returns:
the value of the 'Resource' attribute.
See Also:
setResource(String), CrossxPackage.getModelInfo_Resource()

setResource

void setResource(java.lang.String value)
Sets the value of the 'Resource' attribute.

Parameters:
value - the new value of the 'Resource' attribute.
See Also:
getResource()

getDslname

java.lang.String getDslname()
Returns the value of the 'Dslname' attribute.

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

Returns:
the value of the 'Dslname' attribute.
See Also:
setDslname(String), CrossxPackage.getModelInfo_Dslname()

setDslname

void setDslname(java.lang.String value)
Sets the value of the 'Dslname' attribute.

Parameters:
value - the new value of the 'Dslname' attribute.
See Also:
getDslname()


Copyright © 2010 Mod4j. All Rights Reserved.