Main Content
matlab.mixin.SetGetExactNames Class
Namespace: matlab.mixin
Superclasses: matlab.mixin.SetGet
Require exact name match for set and get methods
Description
Use the matlab.mixin.SetGetExactNames
class to derive classes that
inherit methods named set
and get
that set and get
property values. For information on how to use the set
and
get
methods, see the MATLAB®
set
and get
functions.
Classes derived from matlab.mixin.SetGetExactNames
require
case-sensitive, exact property name matches. To support inexact name matches, derive
from the matlab.mixin.SetGet
class.
The matlab.mixin.SetGetExactNames
class is a handle
class.
Class Attributes
Abstract | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Methods
Examples
Version History
Introduced in R2016b