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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObjectgetPeriodSource()Returns the value of the 'Period Source' reference.voidsetPeriodSource(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.DbViewElementgetMdObject, getPresentation, setMdObject
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.dbview.DbViewFieldDefgetFieldRole, getPresentationSource, getType, setFieldRole, setPresentationSource, setType
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElementgetNameRu, setNameRu
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElementgetName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getPeriodSourceorg.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()
 
 - 
setPeriodSourcevoid 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()
 
 
- 
 
-