Interface IMdDbViewFieldDefExtension

All Known Implementing Classes:
MdDbViewFieldDefExtension

public interface IMdDbViewFieldDefExtension
This is an utility class to work with MdObjectReferenceTypeDescription
  • Method Details

    • getBinaryQualifiers

      BinaryQualifiers getBinaryQualifiers(TypeDescription typeDescription)
      Gets binary qualifiers of the field's type, with delegation to the source common attribute
      Parameters:
      typeContainer - The type container to get types for. May not be null
      Returns:
      Binary qualifiers of the underlying source commmon attribute type. May be null
    • getDateQualifiers

      DateQualifiers getDateQualifiers(TypeDescription typeDescription)
      Gets date qualifiers of the field's type, with delegation to the source common attribute
      Parameters:
      typeContainer - The type container to get types for. May not be null
      Returns:
      Date qualifiers of the underlying source commmon attribute type. May be null
    • getDerivedDbViewFieldDefTypeItems

      org.eclipse.emf.common.util.EList<TypeItem> getDerivedDbViewFieldDefTypeItems(TypeDescription typeDescription)
      Gets types of the field, with delegation to the source common attribute
      Parameters:
      typeContainer - The type container to get types for. May not be null
      Returns:
      Types of the underlying source commmon attribute. May be null
    • getNumberQualifiers

      NumberQualifiers getNumberQualifiers(TypeDescription typeDescription)
      Gets number qualifiers of the field's type, with delegation to the source common attribute
      Parameters:
      typeContainer - The type container to get types for. May not be null
      Returns:
      Number qualifiers of the underlying source commmon attribute type. May be null
    • getStringQualifiers

      StringQualifiers getStringQualifiers(TypeDescription typeDescription)
      Gets string qualifiers of the field's type, with delegation to the source common attribute
      Parameters:
      typeContainer - The type container to get types for. May not be null
      Returns:
      String qualifiers of the underlying source commmon attribute type. May be null