public interface IMetadataDefinition extends IDocumentableDefinition
Modifier and Type | Method and Description |
---|---|
IDefinition |
getDecoratedDefinition()
Gets the definition that this metadata is decorating.
|
String |
getDeprecatedMessage()
Gets the value of the
deprecatedMessage attribute. |
String |
getDeprecatedReplacement()
Gets the value of the
deprecatedReplacement attribute. |
String |
getDeprecatedSince()
Gets the value of the
deprecatedSince attribute. |
getExplicitSourceComment, hasExplicitComment
getAbsoluteEnd, getAbsoluteStart, getAllMetaTags, getAncestorOfType, getBaseName, getBindableEventNames, getColumn, getContainingFilePath, getContainingScope, getContainingSourceFilePath, getDeprecationInfo, getEnd, getLine, getMetaTagByName, getMetaTagsByName, getModifiers, getNameColumn, getNameEnd, getNameLine, getNamespaceReference, getNameStart, getNode, getPackageName, getParent, getQualifiedName, getSourcePath, getStart, getTypeAsDisplayString, getTypeReference, hasMetaTagByName, hasModifier, hasNamespace, isBindable, isBindableStyle, isContingent, isContingentNeeded, isDeprecated, isDynamic, isFinal, isGeneratedEmbedClass, isImplicit, isInProject, isInternal, isNative, isOverride, isPrivate, isProtected, isPublic, isStatic, resolveNamespace, resolveType
IDefinition getDecoratedDefinition()
IDefinition
object.String getDeprecatedSince()
deprecatedSince
attribute.null
if there is
no such attribute.String getDeprecatedReplacement()
deprecatedReplacement
attribute.null
if there is
no such attribute.String getDeprecatedMessage()
deprecatedMessage
attribute.null
if there is
no such attribute.Copyright © 2016 The Apache Software Foundation. All rights reserved.