Package com.hello2morrow.sonargraph.api
Class AbstractMetaClass
java.lang.Object
com.hello2morrow.sonargraph.api.AbstractMetaClass
- All Implemented Interfaces:
IMetaClass
- Direct Known Subclasses:
AbstractWebElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElementName
(IPluginElement element) getElementPresentationName
(IPluginElement element, boolean shortName) getElementShortName
(IPluginElement element) getName()
boolean
isMember()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.hello2morrow.sonargraph.api.IMetaClass
getDebugInfo
-
Constructor Details
-
AbstractMetaClass
-
-
Method Details
-
getPluginId
- Specified by:
getPluginId
in interfaceIMetaClass
-
getName
- Specified by:
getName
in interfaceIMetaClass
-
getSimpleName
-
getElementName
- Specified by:
getElementName
in interfaceIMetaClass
-
getElementShortName
- Specified by:
getElementShortName
in interfaceIMetaClass
-
getElementArchitectureFilterNamePart
- Specified by:
getElementArchitectureFilterNamePart
in interfaceIMetaClass
-
getElementPresentationName
- Specified by:
getElementPresentationName
in interfaceIMetaClass
-
getDescription
- Specified by:
getDescription
in interfaceIMetaClass
-
isMember
public boolean isMember()- Specified by:
isMember
in interfaceIMetaClass
-
getImageResourceName
- Specified by:
getImageResourceName
in interfaceIMetaClass
-