Interface InformationRegisterDimension
-
- All Superinterfaces:
BasicFeature
,DataHistorySupport
,org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
,RegisterDimension
,TypeDescriptionProvider
- All Known Implementing Classes:
InformationRegisterDimensionImpl
public interface InformationRegisterDimension extends RegisterDimension, DataHistorySupport
A representation of the model object 'Information Register Dimension'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChoiceHistoryOnInput
getChoiceHistoryOnInput()
Returns the value of the 'Choice History On Input' attribute.Value
getFillValue()
Returns the value of the 'Fill Value' containment reference.boolean
isFillFromFillingValue()
Returns the value of the 'Fill From Filling Value' attribute.boolean
isMainFilter()
Returns the value of the 'Main Filter' attribute.boolean
isMaster()
Returns the value of the 'Master' attribute.void
setChoiceHistoryOnInput(ChoiceHistoryOnInput value)
Sets the value of the 'Choice History On Input
' 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
setMainFilter(boolean value)
Sets the value of the 'Main Filter
' attribute.void
setMaster(boolean value)
Sets the value of the 'Master
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicFeature
getChoiceFoldersAndItems, getChoiceForm, getChoiceParameterLinks, getChoiceParameters, getCreateOnInput, getEditFormat, getFillChecking, getFormat, getLinkByType, getMask, getMaxValue, getMinValue, getQuickChoice, getToolTip, getType, isExtendedEdit, isMarkNegatives, isMultiLine, isPasswordMode, setChoiceFoldersAndItems, setChoiceForm, setCreateOnInput, setExtendedEdit, setFillChecking, setLinkByType, setMarkNegatives, setMask, setMaxValue, setMinValue, setMultiLine, setPasswordMode, setQuickChoice, setType, validate
-
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 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.RegisterDimension
getFullTextSearch, getIndexing, isDenyIncompleteValues, setDenyIncompleteValues, setFullTextSearch, setIndexing
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvider
getTypeDescription
-
-
-
-
Method Detail
-
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.getInformationRegisterDimension_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.getInformationRegisterDimension_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()
-
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.getInformationRegisterDimension_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()
-
isMaster
boolean isMaster()
Returns the value of the 'Master' attribute.- Returns:
- the value of the 'Master' attribute.
- See Also:
setMaster(boolean)
,MdClassPackage.getInformationRegisterDimension_Master()
-
setMaster
void setMaster(boolean value)
Sets the value of the 'Master
' attribute.- Parameters:
value
- the new value of the 'Master' attribute.- See Also:
isMaster()
-
isMainFilter
boolean isMainFilter()
Returns the value of the 'Main Filter' attribute.- Returns:
- the value of the 'Main Filter' attribute.
- See Also:
setMainFilter(boolean)
,MdClassPackage.getInformationRegisterDimension_MainFilter()
-
setMainFilter
void setMainFilter(boolean value)
Sets the value of the 'Main Filter
' attribute.- Parameters:
value
- the new value of the 'Main Filter' attribute.- See Also:
isMainFilter()
-
-