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

java.lang.Object
  extended by com.bea.commerce.ebusiness.price.engine.SelectionType

public class SelectionType
extends Object


Field Summary
static String cName
           
static int I_ROUND_ROBIN_1_BY_1
           
static int I_SET
           
static SelectionType ROUND_ROBIN_1_BY_1
           
static String S_ROUND_ROBIN_1_BY_1
           
static String S_SET
           
static SelectionType SET
           
 
Method Summary
 boolean equals(Object object)
           
 int getInt()
           
static SelectionType getObject(String token)
           
 String getString()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cName

public static final String cName
See Also
Constants Summary

I_ROUND_ROBIN_1_BY_1

public static final int I_ROUND_ROBIN_1_BY_1
See Also
Constants Summary

I_SET

public static final int I_SET
See Also
Constants Summary

ROUND_ROBIN_1_BY_1

public static final SelectionType ROUND_ROBIN_1_BY_1

SET

public static final SelectionType SET

S_ROUND_ROBIN_1_BY_1

public static final String S_ROUND_ROBIN_1_BY_1
See Also
Constants Summary

S_SET

public static final String S_SET
See Also
Constants Summary
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getString

public String getString()

getInt

public int getInt()

getObject

public static SelectionType getObject(String token)

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved