org.jsmpp.bean
Class ReplaceIfPresentFlag

java.lang.Object
  extended by org.jsmpp.bean.ReplaceIfPresentFlag

public class ReplaceIfPresentFlag
extends java.lang.Object

Author:
uudashr

Field Summary
static ReplaceIfPresentFlag DEFAULT
           
static ReplaceIfPresentFlag DONT_REPLACE
           
static ReplaceIfPresentFlag REPLACE
           
 
Constructor Summary
ReplaceIfPresentFlag(byte value)
           
ReplaceIfPresentFlag(int value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 byte value()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final ReplaceIfPresentFlag DEFAULT

DONT_REPLACE

public static final ReplaceIfPresentFlag DONT_REPLACE

REPLACE

public static final ReplaceIfPresentFlag REPLACE
Constructor Detail

ReplaceIfPresentFlag

public ReplaceIfPresentFlag(int value)

ReplaceIfPresentFlag

public ReplaceIfPresentFlag(byte value)
Method Detail

value

public byte value()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object