Interface Resource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,TypeDescriptionProvider
- All Known Implementing Classes:
ResourceImpl
A representation of the model object 'Resource'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Choice Form' reference.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 'Edit Format' map.Returns the value of the 'Format' map.getMask()
Returns the value of the 'Mask' attribute.Returns the value of the 'Name In Data Source' attribute.Returns the value of the 'Quick Choice' attribute.Returns the value of the 'Tool Tip' map.getType()
Returns the value of the 'Type' containment reference.boolean
Returns the value of the 'Extended Edit' 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
setExtendedEdit
(boolean value) Sets the value of the 'Extended Edit
' attribute.void
setMarkNegatives
(boolean value) Sets the value of the 'Mark Negatives
' attribute.void
Sets the value of the 'Mask
' attribute.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
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 Details
-
getType
TypeDescription getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
-
setType
Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- 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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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
Sets the value of the 'Name In Data Source
' attribute.- Parameters:
value
- the new value of the 'Name In Data Source' attribute.- See Also:
-