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.EObjectA representation of the model object 'Hierarchical Def'.The following features are supported: - See Also:
- DbViewPackage.getHierarchicalDef()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DbViewFieldDefgetIsFolderField()Returns the value of the 'Is Folder Field' reference.intgetLevelsLimit()Returns the value of the 'Levels Limit' attribute.DbViewFieldDefgetParentField()Returns the value of the 'Parent Field' reference.voidsetIsFolderField(DbViewFieldDef value)Sets the value of the 'Is Folder Field' reference.voidsetLevelsLimit(int value)Sets the value of the 'Levels Limit' attribute.voidsetParentField(DbViewFieldDef value)Sets the value of the 'Parent Field' reference.
 
- 
- 
- 
Method Detail- 
getParentFieldDbViewFieldDef getParentField() Returns the value of the 'Parent Field' reference.- Returns:
- the value of the 'Parent Field' reference.
- See Also:
- setParentField(DbViewFieldDef),- DbViewPackage.getHierarchicalDef_ParentField()
 
 - 
setParentFieldvoid setParentField(DbViewFieldDef value) Sets the value of the 'Parent Field' reference.- Parameters:
- value- the new value of the 'Parent Field' reference.
- See Also:
- getParentField()
 
 - 
getIsFolderFieldDbViewFieldDef 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()
 
 - 
setIsFolderFieldvoid 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()
 
 - 
getLevelsLimitint getLevelsLimit() Returns the value of the 'Levels Limit' attribute.- Returns:
- the value of the 'Levels Limit' attribute.
- See Also:
- setLevelsLimit(int),- DbViewPackage.getHierarchicalDef_LevelsLimit()
 
 - 
setLevelsLimitvoid setLevelsLimit(int value) Sets the value of the 'Levels Limit' attribute.- Parameters:
- value- the new value of the 'Levels Limit' attribute.
- See Also:
- getLevelsLimit()
 
 
- 
 
-