Interface HierarchicalDbObjectTabularSection
-
- All Superinterfaces:
BasicTabularSection
,DbObjectTabularSection
,org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CatalogTabularSection
,ChartOfCharacteristicTypesTabularSection
- All Known Implementing Classes:
CatalogTabularSectionImpl
,ChartOfCharacteristicTypesTabularSectionImpl
,HierarchicalDbObjectTabularSectionImpl
public interface HierarchicalDbObjectTabularSection extends DbObjectTabularSection
A representation of the model object 'Hierarchical Db Object Tabular Section'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeUse
getUse()
Returns the value of the 'Use' attribute.void
setUse(AttributeUse value)
Sets the value of the 'Use
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicTabularSection
getFillChecking, getStandardAttributes, getToolTip, setFillChecking, validate
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DbObjectTabularSection
getAttributes, getProducedTypes, setProducedTypes
-
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 com._1c.g5.v8.dt.mcore.FieldSource
getFields, getRefFieldSources
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getUse
AttributeUse getUse()
Returns the value of the 'Use' attribute. The literals are from the enumerationAttributeUse
.- Returns:
- the value of the 'Use' attribute.
- See Also:
AttributeUse
,setUse(AttributeUse)
,MdClassPackage.getHierarchicalDbObjectTabularSection_Use()
-
setUse
void setUse(AttributeUse value)
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
AttributeUse
,getUse()
-
-