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:
DbViewPackage.getHierarchicalDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewFieldDef
getIsFolderField()
Returns the value of the 'Is Folder Field' reference.int
getLevelsLimit()
Returns the value of the 'Levels Limit' attribute.DbViewFieldDef
getParentField()
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.
-
-
-
Method Detail
-
getParentField
DbViewFieldDef getParentField()
Returns the value of the 'Parent Field' reference.- Returns:
- the value of the 'Parent Field' reference.
- See Also:
setParentField(DbViewFieldDef)
,DbViewPackage.getHierarchicalDef_ParentField()
-
setParentField
void setParentField(DbViewFieldDef value)
Sets the value of the 'Parent Field
' reference.- Parameters:
value
- the new value of the 'Parent Field' reference.- See Also:
getParentField()
-
getIsFolderField
DbViewFieldDef getIsFolderField()
Returns the value of the 'Is Folder Field' reference.- Returns:
- the value of the 'Is Folder Field' reference.
- See Also:
setIsFolderField(DbViewFieldDef)
,DbViewPackage.getHierarchicalDef_IsFolderField()
-
setIsFolderField
void setIsFolderField(DbViewFieldDef value)
Sets the value of the 'Is Folder Field
' reference.- Parameters:
value
- the new value of the 'Is Folder Field' reference.- See Also:
getIsFolderField()
-
getLevelsLimit
int getLevelsLimit()
Returns the value of the 'Levels Limit' attribute.- Returns:
- the value of the 'Levels Limit' attribute.
- See Also:
setLevelsLimit(int)
,DbViewPackage.getHierarchicalDef_LevelsLimit()
-
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:
getLevelsLimit()
-
-