Interface IMdDbViewFieldDefExtension
- All Known Implementing Classes:
MdDbViewFieldDefExtension
public interface IMdDbViewFieldDefExtension
This is an utility class to work with
MdObjectReferenceTypeDescription
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryQualifiers
(TypeDescription typeDescription) Gets binary qualifiers of the field's type, with delegation to the source common attributegetDateQualifiers
(TypeDescription typeDescription) Gets date qualifiers of the field's type, with delegation to the source common attributeorg.eclipse.emf.common.util.EList<TypeItem>
getDerivedDbViewFieldDefTypeItems
(TypeDescription typeDescription) Gets types of the field, with delegation to the source common attributegetNumberQualifiers
(TypeDescription typeDescription) Gets number qualifiers of the field's type, with delegation to the source common attributegetStringQualifiers
(TypeDescription typeDescription) Gets string qualifiers of the field's type, with delegation to the source common attribute
-
Method Details
-
getBinaryQualifiers
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 benull
- Returns:
- Binary qualifiers of the underlying source commmon attribute type. May be
null
-
getDateQualifiers
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 benull
- 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 benull
- Returns:
- Types of the underlying source commmon attribute. May be
null
-
getNumberQualifiers
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 benull
- Returns:
- Number qualifiers of the underlying source commmon attribute type. May be
null
-
getStringQualifiers
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 benull
- Returns:
- String qualifiers of the underlying source commmon attribute type. May be
null
-