Package com._1c.g5.v8.dt.metadata.dbview
Interface DbViewFieldFieldDefWithPeriod
-
- All Superinterfaces:
DbViewElement
,DbViewFieldDef
,DbViewFieldFieldDef
,DuallyNamedElement
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DbViewFieldFieldDefWithPeriodImpl
public interface DbViewFieldFieldDefWithPeriod extends DbViewFieldFieldDef
A representation of the model object 'Field Field Def With Period'. Real field with period sourceThe following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getPeriodSource()
Returns the value of the 'Period Source' reference.void
setPeriodSource(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Period Source
' reference.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewElement
getMdObject, getPresentation, setMdObject
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewFieldDef
getFieldRole, getPresentationSource, getType, setFieldRole, setPresentationSource, setType
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getPeriodSource
org.eclipse.emf.ecore.EObject getPeriodSource()
Returns the value of the 'Period Source' reference.- Returns:
- the value of the 'Period Source' reference.
- See Also:
setPeriodSource(EObject)
,DbViewPackage.getDbViewFieldFieldDefWithPeriod_PeriodSource()
-
setPeriodSource
void setPeriodSource(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Period Source
' reference.- Parameters:
value
- the new value of the 'Period Source' reference.- See Also:
getPeriodSource()
-
-