Interface BasicDbObject
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,FieldSource,MdObject,org.eclipse.emf.common.notify.Notifier,StandardCommandSource
- All Known Subinterfaces:
BusinessProcess,Catalog,CatalogOwner,ChartOfAccounts,ChartOfCalculationTypes,ChartOfCharacteristicTypes,Document,ExchangePlan,Task
- All Known Implementing Classes:
BasicDbObjectImpl,BusinessProcessImpl,CatalogImpl,ChartOfAccountsImpl,ChartOfCalculationTypesImpl,ChartOfCharacteristicTypesImpl,DocumentImpl,ExchangePlanImpl,TaskImpl
public interface BasicDbObject extends MdObject, FieldSource, StandardCommandSource
A representation of the model object 'Basic Db Object'.The following features are supported:
Use Standard CommandsInput By StringSearch String Mode On Input By StringFull Text Search On Input By StringChoice Data Get Mode On Input By StringObject ModuleManager ModuleStandard AttributesCharacteristicsBased OnCreate On InputInclude Help In ContentsHelpData Lock FieldsData Lock Control ModeFull Text SearchObject PresentationExtended Object PresentationList PresentationExtended List PresentationExplanationSuppress Object
- See Also:
MdClassPackage.getBasicDbObject()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<BasicDbObject>getBasedOn()Returns the value of the 'Based On' reference list.org.eclipse.emf.common.util.EList<CharacteristicsDescription>getCharacteristics()Returns the value of the 'Characteristics' containment reference list.ChoiceDataGetModeOnInputByStringgetChoiceDataGetModeOnInputByString()Returns the value of the 'Choice Data Get Mode On Input By String' attribute.CreateOnInputgetCreateOnInput()Returns the value of the 'Create On Input' attribute.DefaultDataLockControlModegetDataLockControlMode()Returns the value of the 'Data Lock Control Mode' attribute.org.eclipse.emf.common.util.EList<Field>getDataLockFields()Returns the value of the 'Data Lock Fields' reference list.org.eclipse.emf.common.util.EMap<String,String>getExplanation()Returns the value of the 'Explanation' map.org.eclipse.emf.common.util.EMap<String,String>getExtendedListPresentation()Returns the value of the 'Extended List Presentation' map.org.eclipse.emf.common.util.EMap<String,String>getExtendedObjectPresentation()Returns the value of the 'Extended Object Presentation' map.FullTextSearchUsinggetFullTextSearch()Returns the value of the 'Full Text Search' attribute.FullTextSearchOnInputByStringgetFullTextSearchOnInputByString()Returns the value of the 'Full Text Search On Input By String' attribute.HelpgetHelp()Returns the value of the 'Help' containment reference.org.eclipse.emf.common.util.EList<Field>getInputByString()Returns the value of the 'Input By String' reference list.org.eclipse.emf.common.util.EMap<String,String>getListPresentation()Returns the value of the 'List Presentation' map.ModulegetManagerModule()Returns the value of the 'Manager Module' reference.ModulegetObjectModule()Returns the value of the 'Object Module' reference.org.eclipse.emf.common.util.EMap<String,String>getObjectPresentation()Returns the value of the 'Object Presentation' map.SearchStringModeOnInputByStringgetSearchStringModeOnInputByString()Returns the value of the 'Search String Mode On Input By String' attribute.org.eclipse.emf.common.util.EList<StandardAttribute>getStandardAttributes()Returns the value of the 'Standard Attributes' containment reference list.org.eclipse.emf.ecore.EObjectgetSuppressObject()Returns the value of the 'Suppress Object' reference.booleanisIncludeHelpInContents()Returns the value of the 'Include Help In Contents' attribute.booleanisUseStandardCommands()Returns the value of the 'Use Standard Commands' attribute.voidsetChoiceDataGetModeOnInputByString(ChoiceDataGetModeOnInputByString value)Sets the value of the 'Choice Data Get Mode On Input By String' attribute.voidsetCreateOnInput(CreateOnInput value)Sets the value of the 'Create On Input' attribute.voidsetDataLockControlMode(DefaultDataLockControlMode value)Sets the value of the 'Data Lock Control Mode' attribute.voidsetFullTextSearch(FullTextSearchUsing value)Sets the value of the 'Full Text Search' attribute.voidsetFullTextSearchOnInputByString(FullTextSearchOnInputByString value)Sets the value of the 'Full Text Search On Input By String' attribute.voidsetHelp(Help value)Sets the value of the 'Help' containment reference.voidsetIncludeHelpInContents(boolean value)Sets the value of the 'Include Help In Contents' attribute.voidsetManagerModule(Module value)Sets the value of the 'Manager Module' reference.voidsetObjectModule(Module value)Sets the value of the 'Object Module' reference.voidsetSearchStringModeOnInputByString(SearchStringModeOnInputByString value)Sets the value of the 'Search String Mode On Input By String' attribute.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Suppress Object' reference.voidsetUseStandardCommands(boolean value)Sets the value of the 'Use Standard Commands' attribute.-
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.mcore.FieldSource
getFields, getRefFieldSources
-
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.StandardCommandSource
getStandardCommands
-
-
-
-
Method Detail
-
isUseStandardCommands
boolean isUseStandardCommands()
Returns the value of the 'Use Standard Commands' attribute.- Returns:
- the value of the 'Use Standard Commands' attribute.
- See Also:
setUseStandardCommands(boolean),MdClassPackage.getBasicDbObject_UseStandardCommands()
-
setUseStandardCommands
void setUseStandardCommands(boolean value)
Sets the value of the 'Use Standard Commands' attribute.- Parameters:
value- the new value of the 'Use Standard Commands' attribute.- See Also:
isUseStandardCommands()
-
getInputByString
org.eclipse.emf.common.util.EList<Field> getInputByString()
Returns the value of the 'Input By String' reference list. The list contents are of typeField.- Returns:
- the value of the 'Input By String' reference list.
- See Also:
MdClassPackage.getBasicDbObject_InputByString()
-
getSearchStringModeOnInputByString
SearchStringModeOnInputByString getSearchStringModeOnInputByString()
Returns the value of the 'Search String Mode On Input By String' attribute. The literals are from the enumerationSearchStringModeOnInputByString.- Returns:
- the value of the 'Search String Mode On Input By String' attribute.
- See Also:
SearchStringModeOnInputByString,setSearchStringModeOnInputByString(SearchStringModeOnInputByString),MdClassPackage.getBasicDbObject_SearchStringModeOnInputByString()
-
setSearchStringModeOnInputByString
void setSearchStringModeOnInputByString(SearchStringModeOnInputByString value)
Sets the value of the 'Search String Mode On Input By String' attribute.- Parameters:
value- the new value of the 'Search String Mode On Input By String' attribute.- See Also:
SearchStringModeOnInputByString,getSearchStringModeOnInputByString()
-
getFullTextSearchOnInputByString
FullTextSearchOnInputByString getFullTextSearchOnInputByString()
Returns the value of the 'Full Text Search On Input By String' attribute. The literals are from the enumerationFullTextSearchOnInputByString.- Returns:
- the value of the 'Full Text Search On Input By String' attribute.
- See Also:
FullTextSearchOnInputByString,setFullTextSearchOnInputByString(FullTextSearchOnInputByString),MdClassPackage.getBasicDbObject_FullTextSearchOnInputByString()
-
setFullTextSearchOnInputByString
void setFullTextSearchOnInputByString(FullTextSearchOnInputByString value)
Sets the value of the 'Full Text Search On Input By String' attribute.- Parameters:
value- the new value of the 'Full Text Search On Input By String' attribute.- See Also:
FullTextSearchOnInputByString,getFullTextSearchOnInputByString()
-
getChoiceDataGetModeOnInputByString
ChoiceDataGetModeOnInputByString getChoiceDataGetModeOnInputByString()
Returns the value of the 'Choice Data Get Mode On Input By String' attribute. The literals are from the enumerationChoiceDataGetModeOnInputByString.- Returns:
- the value of the 'Choice Data Get Mode On Input By String' attribute.
- See Also:
ChoiceDataGetModeOnInputByString,setChoiceDataGetModeOnInputByString(ChoiceDataGetModeOnInputByString),MdClassPackage.getBasicDbObject_ChoiceDataGetModeOnInputByString()
-
setChoiceDataGetModeOnInputByString
void setChoiceDataGetModeOnInputByString(ChoiceDataGetModeOnInputByString value)
Sets the value of the 'Choice Data Get Mode On Input By String' attribute.- Parameters:
value- the new value of the 'Choice Data Get Mode On Input By String' attribute.- See Also:
ChoiceDataGetModeOnInputByString,getChoiceDataGetModeOnInputByString()
-
getObjectModule
Module getObjectModule()
Returns the value of the 'Object Module' reference.- Returns:
- the value of the 'Object Module' reference.
- See Also:
setObjectModule(com._1c.g5.v8.dt.bsl.model.Module),MdClassPackage.getBasicDbObject_ObjectModule()
-
setObjectModule
void setObjectModule(Module value)
Sets the value of the 'Object Module' reference.- Parameters:
value- the new value of the 'Object Module' reference.- See Also:
getObjectModule()
-
getManagerModule
Module getManagerModule()
Returns the value of the 'Manager Module' reference.- Returns:
- the value of the 'Manager Module' reference.
- See Also:
setManagerModule(com._1c.g5.v8.dt.bsl.model.Module),MdClassPackage.getBasicDbObject_ManagerModule()
-
setManagerModule
void setManagerModule(Module value)
Sets the value of the 'Manager Module' reference.- Parameters:
value- the new value of the 'Manager Module' reference.- See Also:
getManagerModule()
-
getStandardAttributes
org.eclipse.emf.common.util.EList<StandardAttribute> getStandardAttributes()
Returns the value of the 'Standard Attributes' containment reference list. The list contents are of typeStandardAttribute.- Returns:
- the value of the 'Standard Attributes' containment reference list.
- See Also:
MdClassPackage.getBasicDbObject_StandardAttributes()
-
getCharacteristics
org.eclipse.emf.common.util.EList<CharacteristicsDescription> getCharacteristics()
Returns the value of the 'Characteristics' containment reference list. The list contents are of typeCharacteristicsDescription.- Returns:
- the value of the 'Characteristics' containment reference list.
- See Also:
MdClassPackage.getBasicDbObject_Characteristics()
-
getBasedOn
org.eclipse.emf.common.util.EList<BasicDbObject> getBasedOn()
Returns the value of the 'Based On' reference list. The list contents are of typeBasicDbObject.- Returns:
- the value of the 'Based On' reference list.
- See Also:
MdClassPackage.getBasicDbObject_BasedOn()
-
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.getBasicDbObject_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()
-
isIncludeHelpInContents
boolean isIncludeHelpInContents()
Returns the value of the 'Include Help In Contents' attribute.- Returns:
- the value of the 'Include Help In Contents' attribute.
- See Also:
setIncludeHelpInContents(boolean),MdClassPackage.getBasicDbObject_IncludeHelpInContents()
-
setIncludeHelpInContents
void setIncludeHelpInContents(boolean value)
Sets the value of the 'Include Help In Contents' attribute.- Parameters:
value- the new value of the 'Include Help In Contents' attribute.- See Also:
isIncludeHelpInContents()
-
getHelp
Help getHelp()
Returns the value of the 'Help' containment reference.- Returns:
- the value of the 'Help' containment reference.
- See Also:
setHelp(Help),MdClassPackage.getBasicDbObject_Help()
-
setHelp
void setHelp(Help value)
Sets the value of the 'Help' containment reference.- Parameters:
value- the new value of the 'Help' containment reference.- See Also:
getHelp()
-
getDataLockFields
org.eclipse.emf.common.util.EList<Field> getDataLockFields()
Returns the value of the 'Data Lock Fields' reference list. The list contents are of typeField.- Returns:
- the value of the 'Data Lock Fields' reference list.
- See Also:
MdClassPackage.getBasicDbObject_DataLockFields()
-
getDataLockControlMode
DefaultDataLockControlMode getDataLockControlMode()
Returns the value of the 'Data Lock Control Mode' attribute. The literals are from the enumerationDefaultDataLockControlMode.- Returns:
- the value of the 'Data Lock Control Mode' attribute.
- See Also:
DefaultDataLockControlMode,setDataLockControlMode(DefaultDataLockControlMode),MdClassPackage.getBasicDbObject_DataLockControlMode()
-
setDataLockControlMode
void setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode' attribute.- Parameters:
value- the new value of the 'Data Lock Control Mode' attribute.- See Also:
DefaultDataLockControlMode,getDataLockControlMode()
-
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.getBasicDbObject_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()
-
getObjectPresentation
org.eclipse.emf.common.util.EMap<String,String> getObjectPresentation()
Returns the value of the 'Object Presentation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Object Presentation' map.
- See Also:
MdClassPackage.getBasicDbObject_ObjectPresentation()
-
getExtendedObjectPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedObjectPresentation()
Returns the value of the 'Extended Object Presentation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Extended Object Presentation' map.
- See Also:
MdClassPackage.getBasicDbObject_ExtendedObjectPresentation()
-
getListPresentation
org.eclipse.emf.common.util.EMap<String,String> getListPresentation()
Returns the value of the 'List Presentation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'List Presentation' map.
- See Also:
MdClassPackage.getBasicDbObject_ListPresentation()
-
getExtendedListPresentation
org.eclipse.emf.common.util.EMap<String,String> getExtendedListPresentation()
Returns the value of the 'Extended List Presentation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Extended List Presentation' map.
- See Also:
MdClassPackage.getBasicDbObject_ExtendedListPresentation()
-
getExplanation
org.eclipse.emf.common.util.EMap<String,String> getExplanation()
Returns the value of the 'Explanation' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Explanation' map.
- See Also:
MdClassPackage.getBasicDbObject_Explanation()
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()
Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
setSuppressObject(EObject),MdClassPackage.getBasicDbObject_SuppressObject()
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Suppress Object' reference.- Parameters:
value- the new value of the 'Suppress Object' reference.- See Also:
getSuppressObject()
-
-