com.irisel.oms.olapi.internal
Class PropertyFlags
java.lang.Object
com.irisel.oms.olapi.internal.PropertyFlags
public class PropertyFlags
- extends java.lang.Object
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 |
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
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)