com.jfx
Class SelectionType

java.lang.Object
  extended by com.jfx.SelectionType

public class SelectionType
extends java.lang.Object

Order selection type


Field Summary
static int _SELECT_BY_POS
           
static int _SELECT_BY_TICKET
           
static SelectionType SELECT_BY_POS
           
static SelectionType SELECT_BY_TICKET
           
 int val
           
 
Method Summary
static SelectionType getSelectionType(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECT_BY_POS

public static final SelectionType SELECT_BY_POS

_SELECT_BY_POS

public static final int _SELECT_BY_POS
See Also:
Constant Field Values

SELECT_BY_TICKET

public static final SelectionType SELECT_BY_TICKET

_SELECT_BY_TICKET

public static final int _SELECT_BY_TICKET
See Also:
Constant Field Values

val

public int val
Method Detail

getSelectionType

public static SelectionType getSelectionType(int val)


Copyright © 2008-2009 Roman Gerasimenko.