Interface IMdDbViewFieldDefExtension
-
public interface IMdDbViewFieldDefExtension
This is an utility class to work withMdObjectReferenceTypeDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryQualifiers
getBinaryQualifiers(TypeDescription typeDescription)
Gets binary qualifiers of the field's type, with delegation to the source common attributeDateQualifiers
getDateQualifiers(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 attributeNumberQualifiers
getNumberQualifiers(TypeDescription typeDescription)
Gets number qualifiers of the field's type, with delegation to the source common attributeStringQualifiers
getStringQualifiers(TypeDescription typeDescription)
Gets string qualifiers of the field's type, with delegation to the source common attribute
-
-
-
Method Detail
-
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 benull
- 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 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
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 benull
- 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 benull
- Returns:
- String qualifiers of the underlying source commmon attribute type. May be
null
-
-