Imported Upstream version 0.4.8
[platform/upstream/libsmi.git] / test / dumps / jax / NlMatrixTopNEntryImpl.java
1 /*
2  * This Java file has been generated by smidump 0.4.5. It
3  * is intended to be edited by the application programmer and
4  * to be used within a Java AgentX sub-agent environment.
5  *
6  * $Id: NlMatrixTopNEntryImpl.java 4432 2006-05-29 16:21:11Z strauss $
7  */
8
9 /**
10     This class extends the Java AgentX (JAX) implementation of
11     the table row nlMatrixTopNEntry defined in RMON2-MIB.
12  */
13
14 import jax.AgentXOID;
15 import jax.AgentXSetPhase;
16 import jax.AgentXResponsePDU;
17 import jax.AgentXEntry;
18
19 public class NlMatrixTopNEntryImpl extends NlMatrixTopNEntry
20 {
21
22     // constructor
23     public NlMatrixTopNEntryImpl(int nlMatrixTopNControlIndex,
24                              int nlMatrixTopNIndex)
25     {
26         super(nlMatrixTopNControlIndex,
27                    nlMatrixTopNIndex);
28     }
29
30     public int get_nlMatrixTopNProtocolDirLocalIndex()
31     {
32         return nlMatrixTopNProtocolDirLocalIndex;
33     }
34
35     public byte[] get_nlMatrixTopNSourceAddress()
36     {
37         return nlMatrixTopNSourceAddress;
38     }
39
40     public byte[] get_nlMatrixTopNDestAddress()
41     {
42         return nlMatrixTopNDestAddress;
43     }
44
45     public long get_nlMatrixTopNPktRate()
46     {
47         return nlMatrixTopNPktRate;
48     }
49
50     public long get_nlMatrixTopNReversePktRate()
51     {
52         return nlMatrixTopNReversePktRate;
53     }
54
55     public long get_nlMatrixTopNOctetRate()
56     {
57         return nlMatrixTopNOctetRate;
58     }
59
60     public long get_nlMatrixTopNReverseOctetRate()
61     {
62         return nlMatrixTopNReverseOctetRate;
63     }
64
65 }
66