Interface Value

All Superinterfaces:
ModelElement
All Known Subinterfaces:
CollectionValue, EntityInstance, ScalarValue
All Known Implementing Classes:
DefaultCollectionValue, DefaultEntityInstance, DefaultScalarValue

public interface Value extends ModelElement
Base interface for values: Each value can be either a literal (e.g. string or integer), a complex value (Entity) or a collection.
  • Method Details

    • getType

      Type getType()