Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / HistoryControl2Entry.java
1 /*
2  * This Java file has been generated by smidump 0.4.5. Do not edit!
3  * It is intended to be used within a Java AgentX sub-agent environment.
4  *
5  * $Id: HistoryControl2Entry.java 4432 2006-05-29 16:21:11Z strauss $
6  */
7
8 /**
9     This class represents a Java AgentX (JAX) implementation of
10     the table row historyControl2Entry defined in RMON2-MIB.
11
12     @version 1
13     @author  smidump 0.4.5
14     @see     AgentXTable, AgentXEntry
15  */
16
17 import jax.AgentXOID;
18 import jax.AgentXSetPhase;
19 import jax.AgentXResponsePDU;
20 import jax.AgentXEntry;
21
22 public class HistoryControl2Entry extends AgentXEntry
23 {
24
25     protected long historyControlDroppedFrames = 0;
26
27     public HistoryControl2Entry()
28     {
29
30     }
31
32     public long get_historyControlDroppedFrames()
33     {
34         return historyControlDroppedFrames;
35     }
36
37 }
38