Package com._1c.g5.v8.dt.metadata.dbview
Interface HierarchicalDef
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HierarchicalDefImpl
public interface HierarchicalDef
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Hierarchical Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Is Folder Field' reference.int
Returns the value of the 'Levels Limit' attribute.Returns the value of the 'Parent Field' reference.void
setIsFolderField
(DbViewFieldDef value) Sets the value of the 'Is Folder Field
' reference.void
setLevelsLimit
(int value) Sets the value of the 'Levels Limit
' attribute.void
setParentField
(DbViewFieldDef value) Sets the value of the 'Parent Field
' reference.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getParentField
DbViewFieldDef getParentField()Returns the value of the 'Parent Field' reference.- Returns:
- the value of the 'Parent Field' reference.
- See Also:
-
setParentField
Sets the value of the 'Parent Field
' reference.- Parameters:
value
- the new value of the 'Parent Field' reference.- See Also:
-
getIsFolderField
DbViewFieldDef getIsFolderField()Returns the value of the 'Is Folder Field' reference.- Returns:
- the value of the 'Is Folder Field' reference.
- See Also:
-
setIsFolderField
Sets the value of the 'Is Folder Field
' reference.- Parameters:
value
- the new value of the 'Is Folder Field' reference.- See Also:
-
getLevelsLimit
int getLevelsLimit()Returns the value of the 'Levels Limit' attribute.- Returns:
- the value of the 'Levels Limit' attribute.
- See Also:
-
setLevelsLimit
void setLevelsLimit(int value) Sets the value of the 'Levels Limit
' attribute.- Parameters:
value
- the new value of the 'Levels Limit' attribute.- See Also:
-