Interface Field
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,TypeDescriptionProvider
- All Known Implementing Classes:
FieldImpl
public interface Field extends MdObject, TypeDescriptionProvider
A representation of the model object 'Field'.The following features are supported:
Type
Password Mode
Format
Edit Format
Tool Tip
Mark Negatives
Mask
Multi Line
Extended Edit
Min Value
Max Value
Fill From Filling Value
Fill Value
Fill Checking
Choice Parameter Links
Choice Parameters
Quick Choice
Create On Input
Choice History On Input
Choice Form
Name In Data Source
Read Only
Allow Null
- See Also:
MdClassPackage.getField()
-
-
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.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.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
getNameInDataSource()
Returns the value of the 'Name In Data Source' attribute.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
isAllowNull()
Returns the value of the 'Allow Null' attribute.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.boolean
isReadOnly()
Returns the value of the 'Read Only' attribute.void
setAllowNull(boolean value)
Sets the value of the 'Allow Null
' 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
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
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
setNameInDataSource(String value)
Sets the value of the 'Name In Data Source
' 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
setReadOnly(boolean value)
Sets the value of the 'Read Only
' attribute.void
setType(TypeDescription value)
Sets the value of the 'Type
' containment reference.-
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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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()
-
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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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.getField_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()
-
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.getField_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()
-
getChoiceForm
BasicForm getChoiceForm()
Returns the value of the 'Choice Form' reference.- Returns:
- the value of the 'Choice Form' reference.
- See Also:
setChoiceForm(BasicForm)
,MdClassPackage.getField_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()
-
getNameInDataSource
String getNameInDataSource()
Returns the value of the 'Name In Data Source' attribute.- Returns:
- the value of the 'Name In Data Source' attribute.
- See Also:
setNameInDataSource(String)
,MdClassPackage.getField_NameInDataSource()
-
setNameInDataSource
void setNameInDataSource(String value)
Sets the value of the 'Name In Data Source
' attribute.- Parameters:
value
- the new value of the 'Name In Data Source' attribute.- See Also:
getNameInDataSource()
-
isReadOnly
boolean isReadOnly()
Returns the value of the 'Read Only' attribute.- Returns:
- the value of the 'Read Only' attribute.
- See Also:
setReadOnly(boolean)
,MdClassPackage.getField_ReadOnly()
-
setReadOnly
void setReadOnly(boolean value)
Sets the value of the 'Read Only
' attribute.- Parameters:
value
- the new value of the 'Read Only' attribute.- See Also:
isReadOnly()
-
isAllowNull
boolean isAllowNull()
Returns the value of the 'Allow Null' attribute.- Returns:
- the value of the 'Allow Null' attribute.
- See Also:
setAllowNull(boolean)
,MdClassPackage.getField_AllowNull()
-
setAllowNull
void setAllowNull(boolean value)
Sets the value of the 'Allow Null
' attribute.- Parameters:
value
- the new value of the 'Allow Null' attribute.- See Also:
isAllowNull()
-
-