Groovy Documentation

[Groovy] Enum AuctionTradeFlag

java.lang.Object
  AuctionTradeFlag

enum AuctionTradeFlag

Enum Constant Summary
A

C

F

O

P

R

V

 
Method Summary
AuctionTradeFlag valueOf(java.lang.String name)

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

AuctionTradeFlag[] 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

A

AuctionTradeFlag A


C

AuctionTradeFlag C


F

AuctionTradeFlag F


O

AuctionTradeFlag O


P

AuctionTradeFlag P


R

AuctionTradeFlag R


V

AuctionTradeFlag V


 
Method Detail

valueOf

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


values

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


 

Groovy Documentation