Interface Type

All Superinterfaces:
ModelElement
All Known Subinterfaces:
AbstractEntity, ComplexType, Entity, Scalar
All Known Implementing Classes:
DefaultAbstractEntity, DefaultComplexType, DefaultEntity, DefaultScalar

public interface Type extends ModelElement
Marker interface which defines types to be used as data type of a Characteristic.
  • Method Details

    • getUrn

      String getUrn()
      Returns:
      the URN which identifies the type
    • isScalar

      default boolean isScalar()
    • isComplexType

      default boolean isComplexType()