Package org.eclipse.esmf.metamodel
Interface Type
- All Superinterfaces:
ModelElement
- All Known Subinterfaces:
AbstractEntity,ComplexType,Entity,Scalar
- All Known Implementing Classes:
DefaultAbstractEntity,DefaultComplexType,DefaultEntity,DefaultScalar
Marker interface which defines types to be used as data type of a
Characteristic.-
Method Summary
Methods inherited from interface org.eclipse.esmf.metamodel.ModelElement
accept, as, getMetaModelVersion, is
-
Method Details
-
getUrn
String getUrn()- Returns:
- the URN which identifies the type
-
isScalar
default boolean isScalar() -
isComplexType
default boolean isComplexType()
-