public interface MMemberDescription extends MMetaDescription
MMemberDescription
categorizes descriptions which are attributes/members of
MClassDescription
objects, for example, MAttribute
and
MOperation
which are members of MModeledClassDescription
.
This is the root interface for MAttributeDescription
,
MOperationDescription
and MUnionMemberDescription
. The
derived interfaces inherit from this interface the ability to retrieve information
about the attribute, operation parameter, or operation exception in which
the accessor is called.
Modifier and Type | Method and Description |
---|---|
MClassDescription |
getDeclaringClassDescription()
Retrieve the class description that this object belongs.
|
getProperties, getProperty, getPropertyCount, getPropertyNames, isOK, isOK
MClassDescription getDeclaringClassDescription()