|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.impl.core.layers.layer3.oid.IDStatus
public class IDStatus
Status of ID.
Field Summary | |
---|---|
static byte |
ACTIVE
|
static byte |
DELETED
|
static byte |
UNKNOWN
|
Constructor Summary | |
---|---|
IDStatus()
|
Method Summary | |
---|---|
static boolean |
isActive(byte status)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte UNKNOWN
public static final byte ACTIVE
public static final byte DELETED
Constructor Detail |
---|
public IDStatus()
Method Detail |
---|
public static boolean isActive(byte status)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |