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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FoldersAndItemsUse
getChoiceFoldersAndItems()
Returns the value of the 'Choice Folders And Items' attribute.BasicForm
getChoiceForm()
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.CreateOnInput
getCreateOnInput()
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.FillChecking
getFillChecking()
Returns the value of the 'Fill Checking' attribute.org.eclipse.emf.common.util.EMap<String,String>
getFormat()
Returns the value of the 'Format' map.TypeLink
getLinkByType()
Returns the value of the 'Link By Type' containment reference.String
getMask()
Returns the value of the 'Mask' attribute.Value
getMaxValue()
Returns the value of the 'Max Value' containment reference.Value
getMinValue()
Returns the value of the 'Min Value' containment reference.UseQuickChoice
getQuickChoice()
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.TypeDescription
getType()
Returns the value of the 'Type' containment reference.boolean
isExtendedEdit()
Returns the value of the 'Extended Edit' attribute.boolean
isMarkNegatives()
Returns the value of the 'Mark Negatives' attribute.boolean
isMultiLine()
Returns the value of the 'Multi Line' attribute.boolean
isPasswordMode()
Returns the value of the 'Password Mode' attribute.void
setChoiceFoldersAndItems(FoldersAndItemsUse value)
Sets the value of the 'Choice Folders And Items
' attribute.void
setChoiceForm(BasicForm value)
Sets the value of the 'Choice Form
' reference.void
setCreateOnInput(CreateOnInput value)
Sets the value of the 'Create On Input
' attribute.void
setExtendedEdit(boolean value)
Sets the value of the 'Extended Edit
' attribute.void
setFillChecking(FillChecking value)
Sets the value of the 'Fill Checking
' attribute.void
setLinkByType(TypeLink value)
Sets the value of the 'Link By Type
' containment reference.void
setMarkNegatives(boolean value)
Sets the value of the 'Mark Negatives
' attribute.void
setMask(String value)
Sets the value of the 'Mask
' attribute.void
setMaxValue(Value value)
Sets the value of the 'Max Value
' containment reference.void
setMinValue(Value value)
Sets the value of the 'Min Value
' containment reference.void
setMultiLine(boolean value)
Sets the value of the 'Multi Line
' attribute.void
setPasswordMode(boolean value)
Sets the value of the 'Password Mode
' attribute.void
setQuickChoice(UseQuickChoice value)
Sets the value of the 'Quick Choice
' attribute.void
setType(TypeDescription value)
Sets the value of the 'Type
' containment reference.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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
-
getType
TypeDescription getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(TypeDescription)
,MdClassPackage.getBasicFeature_Type()
-
setType
void setType(TypeDescription value)
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
getType()
-
isPasswordMode
boolean isPasswordMode()
Returns the value of the 'Password Mode' attribute.- Returns:
- the value of the 'Password Mode' attribute.
- See Also:
setPasswordMode(boolean)
,MdClassPackage.getBasicFeature_PasswordMode()
-
setPasswordMode
void setPasswordMode(boolean value)
Sets the value of the 'Password Mode
' attribute.- Parameters:
value
- the new value of the 'Password Mode' attribute.- See Also:
isPasswordMode()
-
getFormat
org.eclipse.emf.common.util.EMap<String,String> getFormat()
- Returns:
- the value of the 'Format' map.
- See Also:
MdClassPackage.getBasicFeature_Format()
-
getEditFormat
org.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()
-
getToolTip
org.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()
-
isMarkNegatives
boolean isMarkNegatives()
Returns the value of the 'Mark Negatives' attribute.- Returns:
- the value of the 'Mark Negatives' attribute.
- See Also:
setMarkNegatives(boolean)
,MdClassPackage.getBasicFeature_MarkNegatives()
-
setMarkNegatives
void setMarkNegatives(boolean value)
Sets the value of the 'Mark Negatives
' attribute.- Parameters:
value
- the new value of the 'Mark Negatives' attribute.- See Also:
isMarkNegatives()
-
getMask
String getMask()
Returns the value of the 'Mask' attribute.- Returns:
- the value of the 'Mask' attribute.
- See Also:
setMask(String)
,MdClassPackage.getBasicFeature_Mask()
-
setMask
void setMask(String value)
Sets the value of the 'Mask
' attribute.- Parameters:
value
- the new value of the 'Mask' attribute.- See Also:
getMask()
-
isMultiLine
boolean isMultiLine()
Returns the value of the 'Multi Line' attribute.- Returns:
- the value of the 'Multi Line' attribute.
- See Also:
setMultiLine(boolean)
,MdClassPackage.getBasicFeature_MultiLine()
-
setMultiLine
void setMultiLine(boolean value)
Sets the value of the 'Multi Line
' attribute.- Parameters:
value
- the new value of the 'Multi Line' attribute.- See Also:
isMultiLine()
-
isExtendedEdit
boolean isExtendedEdit()
Returns the value of the 'Extended Edit' attribute.- Returns:
- the value of the 'Extended Edit' attribute.
- See Also:
setExtendedEdit(boolean)
,MdClassPackage.getBasicFeature_ExtendedEdit()
-
setExtendedEdit
void setExtendedEdit(boolean value)
Sets the value of the 'Extended Edit
' attribute.- Parameters:
value
- the new value of the 'Extended Edit' attribute.- See Also:
isExtendedEdit()
-
getMinValue
Value 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()
-
setMinValue
void 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()
-
getMaxValue
Value 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()
-
setMaxValue
void 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()
-
getFillChecking
FillChecking 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()
-
setFillChecking
void 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()
-
getChoiceFoldersAndItems
FoldersAndItemsUse 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()
-
setChoiceFoldersAndItems
void 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()
-
getChoiceParameterLinks
org.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()
-
getChoiceParameters
org.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()
-
getQuickChoice
UseQuickChoice 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()
-
setQuickChoice
void 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()
-
getCreateOnInput
CreateOnInput 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()
-
setCreateOnInput
void 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()
-
getChoiceForm
BasicForm getChoiceForm()
Returns the value of the 'Choice Form' reference.- Returns:
- the value of the 'Choice Form' reference.
- See Also:
setChoiceForm(BasicForm)
,MdClassPackage.getBasicFeature_ChoiceForm()
-
setChoiceForm
void setChoiceForm(BasicForm value)
Sets the value of the 'Choice Form
' reference.- Parameters:
value
- the new value of the 'Choice Form' reference.- See Also:
getChoiceForm()
-
getLinkByType
TypeLink 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()
-
setLinkByType
void 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()
-
-