Interface StandardAttribute
- All Superinterfaces:
DataHistorySupport
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandardAttributeImpl
A representation of the model object 'Standard Attribute'.
The following features are supported:
Name
Synonym
Comment
Tool Tip
Quick Choice
Fill From Filling Value
Fill Value
Fill Checking
Choice Parameter Links
Choice Parameters
Link By Type
Full Text Search
Password Mode
Format
Edit Format
Mask
Multi Line
Extended Edit
Min Value
Max Value
Mark Negatives
Create On Input
Choice Form
Choice History On Input
Type Reduction Mode
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Choice Form' reference.Returns the value of the 'Choice History On Input' attribute.org.eclipse.emf.common.util.EList<ChoiceParameterLink>
Returns the value of the 'Choice Parameter Links' containment reference list.org.eclipse.emf.common.util.EList<ChoiceParameter>
Returns the value of the 'Choice Parameters' containment reference list.Returns the value of the 'Comment' attribute.Returns the value of the 'Create On Input' attribute.Returns the value of the 'Edit Format' map.Returns the value of the 'Fill Checking' attribute.Returns the value of the 'Fill Value' containment reference.Returns the value of the 'Format' map.Returns the value of the 'Full Text Search' attribute.Returns the value of the 'Link By Type' containment reference.getMask()
Returns the value of the 'Mask' attribute.Returns the value of the 'Max Value' containment reference.Returns the value of the 'Min Value' containment reference.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Quick Choice' attribute.Returns the value of the 'Synonym' map.Returns the value of the 'Tool Tip' map.Returns the value of the 'Type Reduction Mode' attribute.boolean
Returns the value of the 'Extended Edit' attribute.boolean
Returns the value of the 'Fill From Filling Value' attribute.boolean
Returns the value of the 'Mark Negatives' attribute.boolean
Returns the value of the 'Multi Line' attribute.boolean
Returns the value of the 'Password Mode' attribute.void
setChoiceForm
(BasicForm value) Sets the value of the 'Choice Form
' reference.void
Sets the value of the 'Choice History On Input
' attribute.void
setComment
(String value) Sets the value of the 'Comment
' attribute.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
setFillFromFillingValue
(boolean value) Sets the value of the 'Fill From Filling Value
' attribute.void
setFillValue
(Value value) Sets the value of the 'Fill Value
' containment reference.void
Sets the value of the 'Full Text Search
' 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
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
Sets the value of the 'Name
' 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
Sets the value of the 'Type Reduction Mode
' attribute.Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DataHistorySupport
getDataHistory, setDataHistory
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getSynonym
- Returns:
- the value of the 'Synonym' map.
- See Also:
-
getComment
String getComment()Returns the value of the 'Comment' attribute.- Returns:
- the value of the 'Comment' attribute.
- See Also:
-
setComment
Sets the value of the 'Comment
' attribute.- Parameters:
value
- the new value of the 'Comment' attribute.- See Also:
-
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:
-
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:
-
setQuickChoice
Sets the value of the 'Quick Choice
' attribute.- Parameters:
value
- the new value of the 'Quick Choice' attribute.- See Also:
-
isFillFromFillingValue
boolean isFillFromFillingValue()Returns the value of the 'Fill From Filling Value' attribute.- Returns:
- the value of the 'Fill From Filling Value' attribute.
- See Also:
-
setFillFromFillingValue
void setFillFromFillingValue(boolean value) Sets the value of the 'Fill From Filling Value
' attribute.- Parameters:
value
- the new value of the 'Fill From Filling Value' attribute.- See Also:
-
getFillValue
Value getFillValue()Returns the value of the 'Fill Value' containment reference.- Returns:
- the value of the 'Fill Value' containment reference.
- See Also:
-
setFillValue
Sets the value of the 'Fill Value
' containment reference.- Parameters:
value
- the new value of the 'Fill Value' containment reference.- See Also:
-
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:
-
setFillChecking
Sets the value of the 'Fill Checking
' attribute.- Parameters:
value
- the new value of the 'Fill Checking' attribute.- See Also:
-
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:
-
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:
-
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
Sets the value of the 'Link By Type
' containment reference.- Parameters:
value
- the new value of the 'Link By Type' containment reference.- See Also:
-
getFullTextSearch
FullTextSearchUsing getFullTextSearch()Returns the value of the 'Full Text Search' attribute. The literals are from the enumerationFullTextSearchUsing
.- Returns:
- the value of the 'Full Text Search' attribute.
- See Also:
-
setFullTextSearch
Sets the value of the 'Full Text Search
' attribute.- Parameters:
value
- the new value of the 'Full Text Search' attribute.- See Also:
-
isPasswordMode
boolean isPasswordMode()Returns the value of the 'Password Mode' attribute.- Returns:
- the value of the 'Password Mode' attribute.
- See Also:
-
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:
-
getFormat
- Returns:
- the value of the 'Format' map.
- See Also:
-
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:
-
getMask
String getMask()Returns the value of the 'Mask' attribute.- Returns:
- the value of the 'Mask' attribute.
- See Also:
-
setMask
Sets the value of the 'Mask
' attribute.- Parameters:
value
- the new value of the 'Mask' attribute.- See Also:
-
isMultiLine
boolean isMultiLine()Returns the value of the 'Multi Line' attribute.- Returns:
- the value of the 'Multi Line' attribute.
- See Also:
-
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:
-
isExtendedEdit
boolean isExtendedEdit()Returns the value of the 'Extended Edit' attribute.- Returns:
- the value of the 'Extended Edit' attribute.
- See Also:
-
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:
-
getMinValue
Value getMinValue()Returns the value of the 'Min Value' containment reference.- Returns:
- the value of the 'Min Value' containment reference.
- See Also:
-
setMinValue
Sets the value of the 'Min Value
' containment reference.- Parameters:
value
- the new value of the 'Min Value' containment reference.- See Also:
-
getMaxValue
Value getMaxValue()Returns the value of the 'Max Value' containment reference.- Returns:
- the value of the 'Max Value' containment reference.
- See Also:
-
setMaxValue
Sets the value of the 'Max Value
' containment reference.- Parameters:
value
- the new value of the 'Max Value' containment reference.- See Also:
-
isMarkNegatives
boolean isMarkNegatives()Returns the value of the 'Mark Negatives' attribute.- Returns:
- the value of the 'Mark Negatives' attribute.
- See Also:
-
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:
-
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:
-
setCreateOnInput
Sets the value of the 'Create On Input
' attribute.- Parameters:
value
- the new value of the 'Create On Input' attribute.- See Also:
-
getChoiceForm
BasicForm getChoiceForm()Returns the value of the 'Choice Form' reference.- Returns:
- the value of the 'Choice Form' reference.
- See Also:
-
setChoiceForm
Sets the value of the 'Choice Form
' reference.- Parameters:
value
- the new value of the 'Choice Form' reference.- See Also:
-
getChoiceHistoryOnInput
ChoiceHistoryOnInput getChoiceHistoryOnInput()Returns the value of the 'Choice History On Input' attribute. The literals are from the enumerationChoiceHistoryOnInput
.- Returns:
- the value of the 'Choice History On Input' attribute.
- See Also:
-
setChoiceHistoryOnInput
Sets the value of the 'Choice History On Input
' attribute.- Parameters:
value
- the new value of the 'Choice History On Input' attribute.- See Also:
-
getTypeReductionMode
TypeReductionMode getTypeReductionMode()Returns the value of the 'Type Reduction Mode' attribute. The default value is"Deny"
. The literals are from the enumerationTypeReductionMode
.- Returns:
- the value of the 'Type Reduction Mode' attribute.
- See Also:
-
setTypeReductionMode
Sets the value of the 'Type Reduction Mode
' attribute.- Parameters:
value
- the new value of the 'Type Reduction Mode' attribute.- See Also:
-