Interface IMdDbViewFieldDefExtension
- All Known Implementing Classes:
- MdDbViewFieldDefExtension
public interface IMdDbViewFieldDefExtension
This is an utility class to work with 
MdObjectReferenceTypeDescription- 
Method SummaryModifier 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- 
getBinaryQualifiersGets 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
 
- 
getDateQualifiersGets 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
 
- 
getDerivedDbViewFieldDefTypeItemsorg.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
 
- 
getNumberQualifiersGets 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
 
- 
getStringQualifiersGets 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
 
 
-