|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsmpp.bean.DataCoding
public abstract class DataCoding
This is class of DataCoding
Field Summary | |
---|---|
protected byte |
value
|
Constructor Summary | |
---|---|
DataCoding()
Default constructor. |
|
DataCoding(byte value)
Construct with specified value. |
|
DataCoding(int value)
Construct with specified value. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
static DataCoding |
newInstance(byte value)
Create new instance of data coding with specified value. |
static DataCoding |
newInstance(int value)
Create new instance of data coding with specified value. |
byte |
value()
Get the value of data coding. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte value
Constructor Detail |
---|
public DataCoding()
public DataCoding(int value)
value
- is the data coding value.public DataCoding(byte value)
value
- is the data coding value.Method Detail |
---|
public static final DataCoding newInstance(int value)
value
- is the value.
public static final DataCoding newInstance(byte value)
value
- is the value.
public byte value()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |