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