Package gw.lang.javadoc
Interface IParamNode
-
public interface IParamNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getName()
String
getType()
void
setDescription(String value)
void
setName(String name)
void
setType(String name)
-