com.irisel.oms.olapi.internal
Class PropertyFlags

java.lang.Object
  extended by com.irisel.oms.olapi.internal.PropertyFlags

public class PropertyFlags
extends java.lang.Object


Field Summary
static int FLAG_AUTO_INCREMENT
           
static int FLAG_CASE_SENSITIVE
           
static int FLAG_NULLABLE
           
static int FLAG_PK
           
static int FLAG_READ_ONLY
           
static int FLAG_SEARCHABLE
           
static int FLAG_SIGNED
           
 
Method Summary
static boolean isFlag(int key, int flags)
           
static int setFlag(int key, int flags)
           
static int unsetFlag(int key, int flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAG_PK

public static final int FLAG_PK
See Also:
Constant Field Values

FLAG_NULLABLE

public static final int FLAG_NULLABLE
See Also:
Constant Field Values

FLAG_AUTO_INCREMENT

public static final int FLAG_AUTO_INCREMENT
See Also:
Constant Field Values

FLAG_SEARCHABLE

public static final int FLAG_SEARCHABLE
See Also:
Constant Field Values

FLAG_CASE_SENSITIVE

public static final int FLAG_CASE_SENSITIVE
See Also:
Constant Field Values

FLAG_READ_ONLY

public static final int FLAG_READ_ONLY
See Also:
Constant Field Values

FLAG_SIGNED

public static final int FLAG_SIGNED
See Also:
Constant Field Values
Method Detail

isFlag

public static boolean isFlag(int key,
                             int flags)

setFlag

public static int setFlag(int key,
                          int flags)

unsetFlag

public static int unsetFlag(int key,
                            int flags)