org.topcased.modeler.di.model
Interface SimpleSemanticModelElement
- All Superinterfaces:
- EModelElement, EObject, Notifier, SemanticModelBridge
public interface SimpleSemanticModelElement
- extends SemanticModelBridge
A representation of the model object 'Simple Semantic Model Element'.
The following features are supported:
- See Also:
DiagramInterchangePackage.getSimpleSemanticModelElement()
- ** Generated **
- Model:
Field Summary |
static java.lang.String |
copyright
|
Method Summary |
java.lang.String |
getTypeInfo()
Returns the value of the 'Type Info' attribute |
void |
setTypeInfo(java.lang.String value)
Sets the value of the 'Type Info ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
static final java.lang.String copyright
-
- See Also:
- Constant Field Values
- ** Generated **
getTypeInfo
java.lang.String getTypeInfo()
- Returns the value of the 'Type Info' attribute.
If the meaning of the 'Type Info' attribute isn't clear, there really should be more of a
description here...
- Returns:
- the value of the 'Type Info' attribute.
- See Also:
setTypeInfo(String)
,
DiagramInterchangePackage.getSimpleSemanticModelElement_TypeInfo()
- ** Generated **
- Model:
setTypeInfo
void setTypeInfo(java.lang.String value)
- Sets the value of the '
Type Info
' attribute.
- Parameters:
value
- the new value of the 'Type Info' attribute.- See Also:
getTypeInfo()
- ** Generated **
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.