org.eclipse.gmt.umlx.emof
Interface Element

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Object
All Known Subinterfaces:
AltExp, AnonymousTupleLiteralExp, AnonymousTupleLiteralPart, AnonymousTupleType, AnyType, AssertExp, AssignExp, BagType, BlockExp, BooleanLiteralExp, BottomPattern, BreakExp, CallExp, Class, CollectionItem, CollectionLiteralExp, CollectionLiteralPart, CollectionRange, CollectionTemplateExp, CollectionType, Comment, ComputeExp, Constructor, ConstructorBody, ContextualProperty, ContinueExp, CoreDomain, CorePattern, DataType, DictionaryType, DictLiteralExp, DictLiteralPart, Domain, DomainPattern, EntryOperation, Enumeration, EnumerationLiteral, EnumLiteralExp, FeaturePropertyCall, ForExp, Function, FunctionParameter, GuardPattern, Helper, IfExp, ImperativeCallExp, ImperativeExpression, ImperativeIterateExp, ImperativeLoopExp, ImperativeOperation, InstantiationExp, IntegerLiteralExp, InvalidLiteralExp, InvalidType, IterateExp, IteratorExp, Key, LetExp, Library, ListType, LiteralExp, LogExp, LoopExp, Mapping, MappingBody, MappingCallExp, MappingOperation, MappingParameter, ModelParameter, ModelType, Module, ModuleImport, NamedElement, NullLiteralExp, NumericLiteralExp, ObjectExp, ObjectTemplateExp, OclExpression, Operation, OperationalTransformation, OperationBody, OperationCallExp, OrderedSetType, Package, Parameter, Pattern, Predicate, PrimitiveLiteralExp, PrimitiveType, Property, PropertyCallExp, PropertyTemplateItem, RaiseExp, RealizedVariable, RealLiteralExp, Relation, RelationalTransformation, RelationCallExp, RelationDomain, RelationImplementation, ResolveExp, ResolveInExp, ReturnExp, Rule, SequenceType, SetType, StringLiteralExp, SwitchExp, Tag, TemplateExp, TemplateParameterType, Transformation, TryExp, TupleExp, TupleLiteralExp, TupleLiteralPart, TupleType, Type, Typedef, TypedElement, TypedModel, TypeExp, UnlimitedNaturalExp, UnlinkExp, UnpackExp, Variable, VariableExp, VariableInitExp, VarParameter, VoidType, WhileExp

public interface Element
extends Object

A representation of the model object 'Element'.

The following features are supported:

See Also:
EmofPackage.getElement()

Method Summary
 org.eclipse.emf.common.util.EList<Comment> getOwnedComment()
          Returns the value of the 'Owned Comment' containment reference list.
 org.eclipse.emf.common.util.EList<Tag> getTag()
          Returns the value of the 'Tag' reference list.
 
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

getTag

org.eclipse.emf.common.util.EList<Tag> getTag()
Returns the value of the 'Tag' reference list. The list contents are of type Tag. It is bidirectional and its opposite is 'Element'.

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

Returns:
the value of the 'Tag' reference list.
See Also:
EmofPackage.getElement_Tag(), Tag.getElement()

getOwnedComment

org.eclipse.emf.common.util.EList<Comment> getOwnedComment()
Returns the value of the 'Owned Comment' containment reference list. The list contents are of type Comment.

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

Returns:
the value of the 'Owned Comment' containment reference list.
See Also:
EmofPackage.getElement_OwnedComment()