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 Summary
All 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
-
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()
-
-