public interface MOperationMemberDescription extends MMetaDescription
MOperationMemberDescription
categorizes descriptions that are
attributes or members of MOperationDescription
objects, such
as MOperationExceptionDescription
and MOperationParameterDescription
.Modifier and Type | Method and Description |
---|---|
MOperationDescription |
getDeclaringOperationDescription()
Return the operation description to which this object belongs.
|
getProperties, getProperty, getPropertyCount, getPropertyNames, isOK, isOK
MOperationDescription getDeclaringOperationDescription()
MOperationMemberDescription
(either
MOperationParameterDescription
or MOperationExceptionDescription
). It allows
you to determine to which operation the parameter or the exception belongs,
that is, for which operation it was defined in the metadata document.