Interface BasicFeature
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- MdObject,- org.eclipse.emf.common.notify.Notifier,- TypeDescriptionProvider
 - All Known Subinterfaces:
- AccountingFlag,- AccountingRegisterAttribute,- AccountingRegisterDimension,- AccountingRegisterResource,- AccumulationRegisterAttribute,- AccumulationRegisterDimension,- AccumulationRegisterResource,- AddressingAttribute,- BusinessProcessAttribute,- CalculationRegisterAttribute,- CalculationRegisterDimension,- CalculationRegisterResource,- CatalogAttribute,- ChartOfAccountsAttribute,- ChartOfCalculationTypesAttribute,- ChartOfCharacteristicTypesAttribute,- CommonAttribute,- DataProcessorAttribute,- DataProcessorTabularSectionAttribute,- DbObjectAttribute,- DocumentAttribute,- ExchangePlanAttribute,- ExtDimensionAccountingFlag,- HierarchicalDbObjectAttribute,- InformationRegisterAttribute,- InformationRegisterDimension,- InformationRegisterResource,- RegisterAttribute,- RegisterDimension,- RegisterResource,- ReportAttribute,- ReportTabularSectionAttribute,- TabularSectionAttribute,- TaskAttribute
 - All Known Implementing Classes:
- AccountingFlagImpl,- AccountingRegisterAttributeImpl,- AccountingRegisterDimensionImpl,- AccountingRegisterResourceImpl,- AccumulationRegisterAttributeImpl,- AccumulationRegisterDimensionImpl,- AccumulationRegisterResourceImpl,- AddressingAttributeImpl,- BasicFeatureImpl,- BusinessProcessAttributeImpl,- CalculationRegisterAttributeImpl,- CalculationRegisterDimensionImpl,- CalculationRegisterResourceImpl,- CatalogAttributeImpl,- ChartOfAccountsAttributeImpl,- ChartOfCalculationTypesAttributeImpl,- ChartOfCharacteristicTypesAttributeImpl,- CommonAttributeImpl,- DataProcessorAttributeImpl,- DataProcessorTabularSectionAttributeImpl,- DbObjectAttributeImpl,- DocumentAttributeImpl,- ExchangePlanAttributeImpl,- ExtDimensionAccountingFlagImpl,- HierarchicalDbObjectAttributeImpl,- InformationRegisterAttributeImpl,- InformationRegisterDimensionImpl,- InformationRegisterResourceImpl,- RegisterAttributeImpl,- RegisterDimensionImpl,- RegisterResourceImpl,- ReportAttributeImpl,- ReportTabularSectionAttributeImpl,- TabularSectionAttributeImpl,- TaskAttributeImpl
 
 public interface BasicFeature extends MdObject, TypeDescriptionProvider A representation of the model object 'Basic Feature'.The following features are supported: - See Also:
- MdClassPackage.getBasicFeature()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FoldersAndItemsUsegetChoiceFoldersAndItems()Returns the value of the 'Choice Folders And Items' attribute.BasicFormgetChoiceForm()Returns the value of the 'Choice Form' reference.org.eclipse.emf.common.util.EList<ChoiceParameterLink>getChoiceParameterLinks()Returns the value of the 'Choice Parameter Links' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameter>getChoiceParameters()Returns the value of the 'Choice Parameters' containment reference list.CreateOnInputgetCreateOnInput()Returns the value of the 'Create On Input' attribute.org.eclipse.emf.common.util.EMap<String,String>getEditFormat()Returns the value of the 'Edit Format' map.FillCheckinggetFillChecking()Returns the value of the 'Fill Checking' attribute.org.eclipse.emf.common.util.EMap<String,String>getFormat()Returns the value of the 'Format' map.TypeLinkgetLinkByType()Returns the value of the 'Link By Type' containment reference.StringgetMask()Returns the value of the 'Mask' attribute.ValuegetMaxValue()Returns the value of the 'Max Value' containment reference.ValuegetMinValue()Returns the value of the 'Min Value' containment reference.UseQuickChoicegetQuickChoice()Returns the value of the 'Quick Choice' attribute.org.eclipse.emf.common.util.EMap<String,String>getToolTip()Returns the value of the 'Tool Tip' map.TypeDescriptiongetType()Returns the value of the 'Type' containment reference.booleanisExtendedEdit()Returns the value of the 'Extended Edit' attribute.booleanisMarkNegatives()Returns the value of the 'Mark Negatives' attribute.booleanisMultiLine()Returns the value of the 'Multi Line' attribute.booleanisPasswordMode()Returns the value of the 'Password Mode' attribute.voidsetChoiceFoldersAndItems(FoldersAndItemsUse value)Sets the value of the 'Choice Folders And Items' attribute.voidsetChoiceForm(BasicForm value)Sets the value of the 'Choice Form' reference.voidsetCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute.voidsetExtendedEdit(boolean value)Sets the value of the 'Extended Edit' attribute.voidsetFillChecking(FillChecking value)Sets the value of the 'Fill Checking' attribute.voidsetLinkByType(TypeLink value)Sets the value of the 'Link By Type' containment reference.voidsetMarkNegatives(boolean value)Sets the value of the 'Mark Negatives' attribute.voidsetMask(String value)Sets the value of the 'Mask' attribute.voidsetMaxValue(Value value)Sets the value of the 'Max Value' containment reference.voidsetMinValue(Value value)Sets the value of the 'Min Value' containment reference.voidsetMultiLine(boolean value)Sets the value of the 'Multi Line' attribute.voidsetPasswordMode(boolean value)Sets the value of the 'Password Mode' attribute.voidsetQuickChoice(UseQuickChoice value)Sets the value of the 'Quick Choice' attribute.voidsetType(TypeDescription value)Sets the value of the 'Type' containment reference.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, 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.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvidergetTypeDescription
 
- 
 
- 
- 
- 
Method Detail- 
getTypeTypeDescription getType() Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
- setType(TypeDescription),- MdClassPackage.getBasicFeature_Type()
 
 - 
setTypevoid setType(TypeDescription value) Sets the value of the 'Type' containment reference.- Parameters:
- value- the new value of the 'Type' containment reference.
- See Also:
- getType()
 
 - 
isPasswordModeboolean isPasswordMode() Returns the value of the 'Password Mode' attribute.- Returns:
- the value of the 'Password Mode' attribute.
- See Also:
- setPasswordMode(boolean),- MdClassPackage.getBasicFeature_PasswordMode()
 
 - 
setPasswordModevoid setPasswordMode(boolean value) Sets the value of the 'Password Mode' attribute.- Parameters:
- value- the new value of the 'Password Mode' attribute.
- See Also:
- isPasswordMode()
 
 - 
getFormatorg.eclipse.emf.common.util.EMap<String,String> getFormat() - Returns:
- the value of the 'Format' map.
- See Also:
- MdClassPackage.getBasicFeature_Format()
 
 - 
getEditFormatorg.eclipse.emf.common.util.EMap<String,String> getEditFormat() Returns the value of the 'Edit Format' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Edit Format' map.
- See Also:
- MdClassPackage.getBasicFeature_EditFormat()
 
 - 
getToolTiporg.eclipse.emf.common.util.EMap<String,String> getToolTip() Returns the value of the 'Tool Tip' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Tool Tip' map.
- See Also:
- MdClassPackage.getBasicFeature_ToolTip()
 
 - 
isMarkNegativesboolean isMarkNegatives() Returns the value of the 'Mark Negatives' attribute.- Returns:
- the value of the 'Mark Negatives' attribute.
- See Also:
- setMarkNegatives(boolean),- MdClassPackage.getBasicFeature_MarkNegatives()
 
 - 
setMarkNegativesvoid setMarkNegatives(boolean value) Sets the value of the 'Mark Negatives' attribute.- Parameters:
- value- the new value of the 'Mark Negatives' attribute.
- See Also:
- isMarkNegatives()
 
 - 
getMaskString getMask() Returns the value of the 'Mask' attribute.- Returns:
- the value of the 'Mask' attribute.
- See Also:
- setMask(String),- MdClassPackage.getBasicFeature_Mask()
 
 - 
setMaskvoid setMask(String value) Sets the value of the 'Mask' attribute.- Parameters:
- value- the new value of the 'Mask' attribute.
- See Also:
- getMask()
 
 - 
isMultiLineboolean isMultiLine() Returns the value of the 'Multi Line' attribute.- Returns:
- the value of the 'Multi Line' attribute.
- See Also:
- setMultiLine(boolean),- MdClassPackage.getBasicFeature_MultiLine()
 
 - 
setMultiLinevoid setMultiLine(boolean value) Sets the value of the 'Multi Line' attribute.- Parameters:
- value- the new value of the 'Multi Line' attribute.
- See Also:
- isMultiLine()
 
 - 
isExtendedEditboolean isExtendedEdit() Returns the value of the 'Extended Edit' attribute.- Returns:
- the value of the 'Extended Edit' attribute.
- See Also:
- setExtendedEdit(boolean),- MdClassPackage.getBasicFeature_ExtendedEdit()
 
 - 
setExtendedEditvoid setExtendedEdit(boolean value) Sets the value of the 'Extended Edit' attribute.- Parameters:
- value- the new value of the 'Extended Edit' attribute.
- See Also:
- isExtendedEdit()
 
 - 
getMinValueValue getMinValue() Returns the value of the 'Min Value' containment reference.- Returns:
- the value of the 'Min Value' containment reference.
- See Also:
- setMinValue(Value),- MdClassPackage.getBasicFeature_MinValue()
 
 - 
setMinValuevoid setMinValue(Value value) Sets the value of the 'Min Value' containment reference.- Parameters:
- value- the new value of the 'Min Value' containment reference.
- See Also:
- getMinValue()
 
 - 
getMaxValueValue getMaxValue() Returns the value of the 'Max Value' containment reference.- Returns:
- the value of the 'Max Value' containment reference.
- See Also:
- setMaxValue(Value),- MdClassPackage.getBasicFeature_MaxValue()
 
 - 
setMaxValuevoid setMaxValue(Value value) Sets the value of the 'Max Value' containment reference.- Parameters:
- value- the new value of the 'Max Value' containment reference.
- See Also:
- getMaxValue()
 
 - 
getFillCheckingFillChecking getFillChecking() Returns the value of the 'Fill Checking' attribute. The literals are from the enumerationFillChecking.- Returns:
- the value of the 'Fill Checking' attribute.
- See Also:
- FillChecking,- setFillChecking(FillChecking),- MdClassPackage.getBasicFeature_FillChecking()
 
 - 
setFillCheckingvoid setFillChecking(FillChecking value) Sets the value of the 'Fill Checking' attribute.- Parameters:
- value- the new value of the 'Fill Checking' attribute.
- See Also:
- FillChecking,- getFillChecking()
 
 - 
getChoiceFoldersAndItemsFoldersAndItemsUse getChoiceFoldersAndItems() Returns the value of the 'Choice Folders And Items' attribute. The literals are from the enumerationFoldersAndItemsUse.- Returns:
- the value of the 'Choice Folders And Items' attribute.
- See Also:
- FoldersAndItemsUse,- setChoiceFoldersAndItems(FoldersAndItemsUse),- MdClassPackage.getBasicFeature_ChoiceFoldersAndItems()
 
 - 
setChoiceFoldersAndItemsvoid setChoiceFoldersAndItems(FoldersAndItemsUse value) Sets the value of the 'Choice Folders And Items' attribute.- Parameters:
- value- the new value of the 'Choice Folders And Items' attribute.
- See Also:
- FoldersAndItemsUse,- getChoiceFoldersAndItems()
 
 - 
getChoiceParameterLinksorg.eclipse.emf.common.util.EList<ChoiceParameterLink> getChoiceParameterLinks() Returns the value of the 'Choice Parameter Links' containment reference list. The list contents are of typeChoiceParameterLink.- Returns:
- the value of the 'Choice Parameter Links' containment reference list.
- See Also:
- MdClassPackage.getBasicFeature_ChoiceParameterLinks()
 
 - 
getChoiceParametersorg.eclipse.emf.common.util.EList<ChoiceParameter> getChoiceParameters() Returns the value of the 'Choice Parameters' containment reference list. The list contents are of typeChoiceParameter.- Returns:
- the value of the 'Choice Parameters' containment reference list.
- See Also:
- MdClassPackage.getBasicFeature_ChoiceParameters()
 
 - 
getQuickChoiceUseQuickChoice getQuickChoice() Returns the value of the 'Quick Choice' attribute. The literals are from the enumerationUseQuickChoice.- Returns:
- the value of the 'Quick Choice' attribute.
- See Also:
- UseQuickChoice,- setQuickChoice(UseQuickChoice),- MdClassPackage.getBasicFeature_QuickChoice()
 
 - 
setQuickChoicevoid setQuickChoice(UseQuickChoice value) Sets the value of the 'Quick Choice' attribute.- Parameters:
- value- the new value of the 'Quick Choice' attribute.
- See Also:
- UseQuickChoice,- getQuickChoice()
 
 - 
getCreateOnInputCreateOnInput getCreateOnInput() Returns the value of the 'Create On Input' attribute. The literals are from the enumerationCreateOnInput.- Returns:
- the value of the 'Create On Input' attribute.
- See Also:
- CreateOnInput,- setCreateOnInput(CreateOnInput),- MdClassPackage.getBasicFeature_CreateOnInput()
 
 - 
setCreateOnInputvoid setCreateOnInput(CreateOnInput value) Sets the value of the 'Create On Input' attribute.- Parameters:
- value- the new value of the 'Create On Input' attribute.
- See Also:
- CreateOnInput,- getCreateOnInput()
 
 - 
getChoiceFormBasicForm getChoiceForm() Returns the value of the 'Choice Form' reference.- Returns:
- the value of the 'Choice Form' reference.
- See Also:
- setChoiceForm(BasicForm),- MdClassPackage.getBasicFeature_ChoiceForm()
 
 - 
setChoiceFormvoid setChoiceForm(BasicForm value) Sets the value of the 'Choice Form' reference.- Parameters:
- value- the new value of the 'Choice Form' reference.
- See Also:
- getChoiceForm()
 
 - 
getLinkByTypeTypeLink getLinkByType() Returns the value of the 'Link By Type' containment reference.- Returns:
- the value of the 'Link By Type' containment reference.
- See Also:
- setLinkByType(TypeLink),- MdClassPackage.getBasicFeature_LinkByType()
 
 - 
setLinkByTypevoid setLinkByType(TypeLink value) Sets the value of the 'Link By Type' containment reference.- Parameters:
- value- the new value of the 'Link By Type' containment reference.
- See Also:
- getLinkByType()
 
 
- 
 
-