Class MdDbViewFieldDefExtension
java.lang.Object
com._1c.g5.v8.dt.internal.md.model.MdDbViewFieldDefExtension
- All Implemented Interfaces:
IMdDbViewFieldDefExtension
,IManagedService
public final class MdDbViewFieldDefExtension
extends Object
implements IMdDbViewFieldDefExtension, IManagedService
This is an utility class to work with
MdObjectReferenceTypeDescription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
activate()
void
getBinaryQualifiers
(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
-
Constructor Details
-
MdDbViewFieldDefExtension
public MdDbViewFieldDefExtension()
-
-
Method Details
-
activate
public void activate()- Specified by:
activate
in interfaceIManagedService
-
deactivate
public void deactivate()- Specified by:
deactivate
in interfaceIManagedService
-
getBinaryQualifiers
Description copied from interface:IMdDbViewFieldDefExtension
Gets binary qualifiers of the field's type, with delegation to the source common attribute- Specified by:
getBinaryQualifiers
in interfaceIMdDbViewFieldDefExtension
- Returns:
- Binary qualifiers of the underlying source commmon attribute type. May be
null
-
getDateQualifiers
Description copied from interface:IMdDbViewFieldDefExtension
Gets date qualifiers of the field's type, with delegation to the source common attribute- Specified by:
getDateQualifiers
in interfaceIMdDbViewFieldDefExtension
- Returns:
- Date qualifiers of the underlying source commmon attribute type. May be
null
-
getDerivedDbViewFieldDefTypeItems
public org.eclipse.emf.common.util.EList<TypeItem> getDerivedDbViewFieldDefTypeItems(TypeDescription typeDescription) Description copied from interface:IMdDbViewFieldDefExtension
Gets types of the field, with delegation to the source common attribute- Specified by:
getDerivedDbViewFieldDefTypeItems
in interfaceIMdDbViewFieldDefExtension
- Returns:
- Types of the underlying source commmon attribute. May be
null
-
getNumberQualifiers
Description copied from interface:IMdDbViewFieldDefExtension
Gets number qualifiers of the field's type, with delegation to the source common attribute- Specified by:
getNumberQualifiers
in interfaceIMdDbViewFieldDefExtension
- Returns:
- Number qualifiers of the underlying source commmon attribute type. May be
null
-
getStringQualifiers
Description copied from interface:IMdDbViewFieldDefExtension
Gets string qualifiers of the field's type, with delegation to the source common attribute- Specified by:
getStringQualifiers
in interfaceIMdDbViewFieldDefExtension
- Returns:
- String qualifiers of the underlying source commmon attribute type. May be
null
-