Package gw.internal.gosu.javadoc
Class BaseFeatureNode
- java.lang.Object
-
- gw.internal.gosu.javadoc.BaseFeatureNode
-
- All Implemented Interfaces:
IDocNodeWithDescription,IBaseFeatureNode
- Direct Known Subclasses:
ClassDocNode,ConstructorNode,MethodNode,VarNode
abstract class BaseFeatureNode extends java.lang.Object implements IBaseFeatureNode, IDocNodeWithDescription
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String_deprecatedprivate java.lang.String_description
-
Constructor Summary
Constructors Constructor Description BaseFeatureNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeprecated()java.lang.StringgetDescription()booleanisDeprecated()voidsetDeprecated(java.lang.String deprecated)voidsetDescription(java.lang.String description)
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceIBaseFeatureNode
-
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescriptionin interfaceIBaseFeatureNode- Specified by:
setDescriptionin interfaceIDocNodeWithDescription
-
getDeprecated
public java.lang.String getDeprecated()
- Specified by:
getDeprecatedin interfaceIBaseFeatureNode
-
isDeprecated
public boolean isDeprecated()
- Specified by:
isDeprecatedin interfaceIBaseFeatureNode
-
setDeprecated
public void setDeprecated(java.lang.String deprecated)
- Specified by:
setDeprecatedin interfaceIBaseFeatureNode
-
-