Groovy Documentation

[Groovy] Enum BuySellIndicator

java.lang.Object
  BuySellIndicator

enum BuySellIndicator

Enum Constant Summary
BUY

SELL

 
Field Summary
private int idVal

 
Constructor Summary
BuySellIndicator(int id)

 
Method Summary
int getId()

BuySellIndicator valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

BuySellIndicator[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Enum Constant Detail

BUY

BuySellIndicator BUY


SELL

BuySellIndicator SELL


 
Field Detail

idVal

private final int idVal


 
Constructor Detail

BuySellIndicator

BuySellIndicator(int id)


 
Method Detail

getId

int getId()


valueOf

BuySellIndicator valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

BuySellIndicator[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation