Package org.eclipse.epf.uma
Interface SimpleSemanticModelElement
- All Superinterfaces:
DiagramElement
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
,SemanticModelBridge
- All Known Implementing Classes:
SimpleSemanticModelElementImpl
public interface SimpleSemanticModelElement extends SemanticModelBridge
A representation of the model object 'Simple Semantic Model Element'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description 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.epf.uma.DiagramElement
getContainer, getIsVisible, getProperty, getReference, setContainer, setIsVisible
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.epf.uma.SemanticModelBridge
getDiagram, getGraphElement, getPresentation, setDiagram, setGraphElement, setPresentation
-
Method Details
-
getTypeInfo
java.lang.String getTypeInfo()Returns the value of the 'Type Info' attribute. The default value is""
.- Returns:
- the value of the 'Type Info' attribute.
- See Also:
setTypeInfo(String)
,UmaPackage.getSimpleSemanticModelElement_TypeInfo()
-
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()
-