Interface TaskAttribute
- 
- All Superinterfaces:
- BasicFeature,- DataHistorySupport,- DbObjectAttribute,- org.eclipse.emf.ecore.EObject,- MdObject,- org.eclipse.emf.common.notify.Notifier,- TypeDescriptionProvider
 - All Known Implementing Classes:
- TaskAttributeImpl
 
 public interface TaskAttribute extends DbObjectAttribute, DataHistorySupport A representation of the model object 'Task Attribute'.The following features are supported: - See Also:
- MdClassPackage.getTaskAttribute()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChoiceHistoryOnInputgetChoiceHistoryOnInput()Returns the value of the 'Choice History On Input' attribute.voidsetChoiceHistoryOnInput(ChoiceHistoryOnInput value)Sets the value of the 'Choice History On Input' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicFeaturegetChoiceFoldersAndItems, 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.DataHistorySupportgetDataHistory, setDataHistory
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.DbObjectAttributegetFillValue, getFullTextSearch, getIndexing, isFillFromFillingValue, setFillFromFillingValue, setFillValue, setFullTextSearch, setIndexing
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, 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.MdObjectgetComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.TypeDescriptionProvidergetTypeDescription
 
- 
 
- 
- 
- 
Method Detail- 
getChoiceHistoryOnInputChoiceHistoryOnInput 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.getTaskAttribute_ChoiceHistoryOnInput()
 
 - 
setChoiceHistoryOnInputvoid 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()
 
 
- 
 
-