com.metamatrix.common.vdb.api
Class SystemVdbUtility

java.lang.Object
  extended by com.metamatrix.common.vdb.api.SystemVdbUtility

public class SystemVdbUtility
extends java.lang.Object


Field Summary
static java.lang.String ADMIN_PHYSICAL_MODEL_NAME
           
static java.lang.String PHYSICAL_MODEL_NAME
           
static java.lang.String[] SYSTEM_MODEL_NAMES
           
static java.lang.String VDB_NAME
           
static java.lang.String VIRTUAL_MODEL_NAME
           
 
Constructor Summary
SystemVdbUtility()
           
 
Method Summary
static boolean isSystemModelWithSystemTableType(java.lang.String modelName)
          Return true if the specified model name matches the name of any system model of TABLE_TYPES.SYSTEM_TYPE (match ignores case)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VDB_NAME

public static final java.lang.String VDB_NAME
See Also:
Constant Field Values

VIRTUAL_MODEL_NAME

public static final java.lang.String VIRTUAL_MODEL_NAME
See Also:
Constant Field Values

PHYSICAL_MODEL_NAME

public static final java.lang.String PHYSICAL_MODEL_NAME
See Also:
Constant Field Values

ADMIN_PHYSICAL_MODEL_NAME

public static final java.lang.String ADMIN_PHYSICAL_MODEL_NAME
See Also:
Constant Field Values

SYSTEM_MODEL_NAMES

public static final java.lang.String[] SYSTEM_MODEL_NAMES
Constructor Detail

SystemVdbUtility

public SystemVdbUtility()
Method Detail

isSystemModelWithSystemTableType

public static final boolean isSystemModelWithSystemTableType(java.lang.String modelName)
Return true if the specified model name matches the name of any system model of TABLE_TYPES.SYSTEM_TYPE (match ignores case)



Copyright © 2009. All Rights Reserved.