Package gw.lang.javadoc
Interface IParamNode
-
public interface IParamNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetType()voidsetDescription(String value)voidsetName(String name)voidsetType(String name)
-