JDMInformCommunitypublic class JDMInformCommunity extends SimpleNode
Fields Summary |
---|
protected String | community |
Constructors Summary |
---|
JDMInformCommunity(int id)
super(id);
| JDMInformCommunity(Parser p, int id)
super(p, id);
|
Methods Summary |
---|
public java.lang.String | getCommunity()
return community;
| public static Node | jjtCreate(int id)
return new JDMInformCommunity(id);
| public static Node | jjtCreate(Parser p, int id)
return new JDMInformCommunity(p, id);
|
|