Interface HierarchicalDbObjectAttribute
-
- All Superinterfaces:
BasicFeature
,DbObjectAttribute
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,TypeDescriptionProvider
- All Known Subinterfaces:
CatalogAttribute
,ChartOfCharacteristicTypesAttribute
- All Known Implementing Classes:
CatalogAttributeImpl
,ChartOfCharacteristicTypesAttributeImpl
,HierarchicalDbObjectAttributeImpl
public interface HierarchicalDbObjectAttribute extends DbObjectAttribute
A representation of the model object 'Hierarchical Db Object Attribute'.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.BasicFeature
getChoiceFoldersAndItems, getChoiceForm, getChoiceParameterLinks, getChoiceParameters, getCreateOnInput, getEditFormat, getFillChecking, getFormat, getLinkByType, getMask, getMaxValue, getMinValue, getQuickChoice, getToolTip, getType, isExtendedEdit, isMarkNegatives, isMultiLine, isPasswordMode, setChoiceFoldersAndItems, setChoiceForm, setCreateOnInput, setExtendedEdit, setFillChecking, setLinkByType, setMarkNegatives, setMask, setMaxValue, setMinValue, setMultiLine, setPasswordMode, setQuickChoice, setType, validate
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DbObjectAttribute
getFillValue, getFullTextSearch, getIndexing, isFillFromFillingValue, setFillFromFillingValue, setFillValue, setFullTextSearch, setIndexing
-
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.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
-
-
-
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.getHierarchicalDbObjectAttribute_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()
-
-