SelectionType Class

com.bea.commerce.ebusiness.price.engine
SelectionType Class

public class SelectionType

    extends Object

Hierarchy
Object
  SelectionType

Field Summary

public static final String
cName
String
public static final int
I_ROUND_ROBIN_1_BY_1
int
public static final int
I_SET
int
public static final SelectionType
ROUND_ROBIN_1_BY_1
SelectionType
public static final String
S_ROUND_ROBIN_1_BY_1
String
public static final String
S_SET
String
public static final SelectionType
SET
SelectionType
 

Method Summary

public boolean
equals(Object object)
public int
getInt()
public static SelectionType
getObject(String token)
public String
getString()
public int
hashCode()
public String
toString()
 
Methods from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
   

Field Detail

cName

public static final String cName


I_ROUND_ROBIN_1_BY_1

public static final int I_ROUND_ROBIN_1_BY_1


I_SET

public static final int I_SET


ROUND_ROBIN_1_BY_1

public static final SelectionType ROUND_ROBIN_1_BY_1


S_ROUND_ROBIN_1_BY_1

public static final String S_ROUND_ROBIN_1_BY_1


S_SET

public static final String S_SET


SET

public static final SelectionType SET

 

Method Detail

equals(Object) Method

public boolean equals(Object object)
Overrides
Object.equals(Object)

getInt() Method

public int getInt()

getObject(String) Method

public static SelectionType getObject(String token)

getString() Method

public String getString()

hashCode() Method

public int hashCode()
Overrides
Object.hashCode()

toString() Method

public String toString()
Overrides
Object.toString()