com.metamatrix.core.vdb
Class VdbConstants.VDB_STATUS

java.lang.Object
  extended by com.metamatrix.core.vdb.VdbConstants.VDB_STATUS
Enclosing interface:
VdbConstants

public static final class VdbConstants.VDB_STATUS
extends java.lang.Object

These are virtual database status.


Field Summary
static short ACTIVE
           
static short DELETED
           
static short INACTIVE
           
static short INCOMPLETE
           
 
Constructor Summary
VdbConstants.VDB_STATUS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INCOMPLETE

public static final short INCOMPLETE
See Also:
Constant Field Values

INACTIVE

public static final short INACTIVE
See Also:
Constant Field Values

ACTIVE

public static final short ACTIVE
See Also:
Constant Field Values

DELETED

public static final short DELETED
See Also:
Constant Field Values
Constructor Detail

VdbConstants.VDB_STATUS

public VdbConstants.VDB_STATUS()


Copyright © 2009. All Rights Reserved.