
Getter
UK
/ˈɡɛtə/
US
/ˈɡɛtər/

Translation of "getter" into Russian
getter
NounUK
/ˈɡɛtə/
US
/ˈɡɛtər/
getter
getters pl
The getter in the vacuum tube absorbs residual gases.
Поглотитель в вакуумной трубке поглощает остаточные газы.
He is the main getter of resources for the family.
Он главный добытчик ресурсов для семьи.
Definitions
getter
NounUK
/ˈɡɛtə/
US
/ˈɡɛtər/
Rare, informal: a person whose role is to obtain or secure something needed.
As the team’s main information getter, she spent hours interviewing eyewitnesses.
Electronics: a reactive substance placed inside a vacuum tube, lamp, or similar device to absorb residual gases and maintain a high vacuum.
A barium getter inside the photomultiplier tube keeps the interior free of contaminants.
Computing: a method or function that retrieves the value of an object's property.
Use the name() getter to access the private field.
getter
AdjectiveUK
/ˈɡɛtə/
US
/ˈɡɛtər/
Relating to or containing a getter substance used to absorb residual gases.
The vacuum chamber was lined with a getter coating to prolong its service life.
Idioms and phrases
getter method
You should always use the getter method to access private fields.
метод получения (геттер)
Вы всегда должны использовать метод получения (геттер), чтобы получить доступ к приватным полям.
property getter
I implemented a property getter to retrieve the value safely.
геттер свойства
Я реализовал геттер свойства, чтобы безопасно получать значение.
getter function
Each class should have a getter function for its attributes.
функция-геттер
Каждый класс должен иметь функцию-геттер для своих атрибутов.
automatic getter
The framework generates an automatic getter for every property.
автоматический геттер
Фреймворк автоматически создает геттер для каждого свойства.
getter and setter
Encapsulation is achieved through getter and setter methods.
геттер и сеттер
Инкапсуляция достигается через методы геттер и сеттер.