Interface StandardAttribute
-
- All Superinterfaces:
DataHistorySupport
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StandardAttributeImpl
public interface StandardAttribute extends DataHistorySupport
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
- See Also:
MdClassPackage.getStandardAttribute()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasicForm
getChoiceForm()
Returns the value of the 'Choice Form' reference.ChoiceHistoryOnInput
getChoiceHistoryOnInput()
Returns the value of the 'Choice History On Input' attribute.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.String
getComment()
Returns the value of the 'Comment' attribute.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.Value
getFillValue()
Returns the value of the 'Fill Value' containment reference.org.eclipse.emf.common.util.EMap<String,String>
getFormat()
Returns the value of the 'Format' map.FullTextSearchUsing
getFullTextSearch()
Returns the value of the 'Full Text Search' attribute.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.String
getName()
Returns the value of the 'Name' attribute.UseQuickChoice
getQuickChoice()
Returns the value of the 'Quick Choice' attribute.org.eclipse.emf.common.util.EMap<String,String>
getSynonym()
Returns the value of the 'Synonym' map.org.eclipse.emf.common.util.EMap<String,String>
getToolTip()
Returns the value of the 'Tool Tip' map.boolean
isExtendedEdit()
Returns the value of the 'Extended Edit' attribute.boolean
isFillFromFillingValue()
Returns the value of the 'Fill From Filling Value' 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
setChoiceForm(BasicForm value)
Sets the value of the 'Choice Form
' reference.void
setChoiceHistoryOnInput(ChoiceHistoryOnInput value)
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
setFullTextSearch(FullTextSearchUsing value)
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
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
setName(String value)
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.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DataHistorySupport
getDataHistory, setDataHistory
-
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,MdClassPackage.getStandardAttribute_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getSynonym
org.eclipse.emf.common.util.EMap<String,String> getSynonym()
- Returns:
- the value of the 'Synonym' map.
- See Also:
MdClassPackage.getStandardAttribute_Synonym()
-
getComment
String getComment()
Returns the value of the 'Comment' attribute.- Returns:
- the value of the 'Comment' attribute.
- See Also:
setComment(String)
,MdClassPackage.getStandardAttribute_Comment()
-
setComment
void setComment(String value)
Sets the value of the 'Comment
' attribute.- Parameters:
value
- the new value of the 'Comment' attribute.- See Also:
getComment()
-
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.getStandardAttribute_ToolTip()
-
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.getStandardAttribute_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()
-
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(boolean)
,MdClassPackage.getStandardAttribute_FillFromFillingValue()
-
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:
isFillFromFillingValue()
-
getFillValue
Value getFillValue()
Returns the value of the 'Fill Value' containment reference.- Returns:
- the value of the 'Fill Value' containment reference.
- See Also:
setFillValue(Value)
,MdClassPackage.getStandardAttribute_FillValue()
-
setFillValue
void setFillValue(Value value)
Sets the value of the 'Fill Value
' containment reference.- Parameters:
value
- the new value of the 'Fill Value' containment reference.- See Also:
getFillValue()
-
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.getStandardAttribute_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()
-
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.getStandardAttribute_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.getStandardAttribute_ChoiceParameters()
-
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.getStandardAttribute_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()
-
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:
FullTextSearchUsing
,setFullTextSearch(FullTextSearchUsing)
,MdClassPackage.getStandardAttribute_FullTextSearch()
-
setFullTextSearch
void setFullTextSearch(FullTextSearchUsing value)
Sets the value of the 'Full Text Search
' attribute.- Parameters:
value
- the new value of the 'Full Text Search' attribute.- See Also:
FullTextSearchUsing
,getFullTextSearch()
-
isPasswordMode
boolean isPasswordMode()
Returns the value of the 'Password Mode' attribute.- Returns:
- the value of the 'Password Mode' attribute.
- See Also:
setPasswordMode(boolean)
,MdClassPackage.getStandardAttribute_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.getStandardAttribute_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.getStandardAttribute_EditFormat()
-
getMask
String getMask()
Returns the value of the 'Mask' attribute.- Returns:
- the value of the 'Mask' attribute.
- See Also:
setMask(String)
,MdClassPackage.getStandardAttribute_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.getStandardAttribute_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.getStandardAttribute_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.getStandardAttribute_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.getStandardAttribute_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()
-
isMarkNegatives
boolean isMarkNegatives()
Returns the value of the 'Mark Negatives' attribute.- Returns:
- the value of the 'Mark Negatives' attribute.
- See Also:
setMarkNegatives(boolean)
,MdClassPackage.getStandardAttribute_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()
-
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.getStandardAttribute_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.getStandardAttribute_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()
-
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:
ChoiceHistoryOnInput
,setChoiceHistoryOnInput(ChoiceHistoryOnInput)
,MdClassPackage.getStandardAttribute_ChoiceHistoryOnInput()
-
setChoiceHistoryOnInput
void setChoiceHistoryOnInput(ChoiceHistoryOnInput value)
Sets the value of the 'Choice History On Input
' attribute.- Parameters:
value
- the new value of the 'Choice History On Input' attribute.- See Also:
ChoiceHistoryOnInput
,getChoiceHistoryOnInput()
-
-