Package org.eclipse.esmf.metamodel
Interface StructureElement
- All Superinterfaces:
HasProperties,ModelElement,NamedElement
- All Known Subinterfaces:
AbstractEntity,Aspect,ComplexType,Entity,Event
- All Known Implementing Classes:
DefaultAbstractEntity,DefaultAspect,DefaultComplexType,DefaultEntity,DefaultEvent
Represents structural model elements, i.e. that are named and have
Propertys-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleanMethods inherited from interface org.eclipse.esmf.metamodel.HasProperties
getProperties, getPropertyByNameMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
accept, as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Method Details
-
isComplexType
default boolean isComplexType() -
isCollectionAspect
default boolean isCollectionAspect()- Returns:
- a
booleanwhich indicates whether the structure element is a Collection Aspect
-