Uses of Class
com.cc.framework.version.SystemType

Packages that use SystemType
com.cc.framework   
com.cc.framework.version   
 

Uses of SystemType in com.cc.framework
 

Fields in com.cc.framework declared as SystemType
private  SystemType ComponentVersion.systype
          System Type
 

Methods in com.cc.framework that return SystemType
 SystemType ComponentVersion.getSystemType()
           
 

Methods in com.cc.framework with parameters of type SystemType
 void ComponentVersion.setSystemType(SystemType systype)
          Sets the system type
 

Uses of SystemType in com.cc.framework.version
 

Fields in com.cc.framework.version declared as SystemType
static SystemType SystemType.SYSTYPE_NONE
          system type: Field SYSTYPE_NONE
static SystemType SystemType.SYSTYPE_PRODUCTION
          system type: SYSTYPE_PRODUCTION
static SystemType SystemType.SYSTYPE_TEST
          system type: SYSTYPE_TEST
static SystemType SystemType.SYSTYPE_DEBUG
          system type: SYSTYPE_DEBUG
static SystemType SystemType.SYSTYPE_DEVELOP
          system type: Field SYSTYPE_DEVELOP
static SystemType SystemType.SYSTYPE_DEMO
          system type: Field SYSTYPE_DEMO
private static SystemType[] SystemType.ALL
          Collection of all kind of types
 

Methods in com.cc.framework.version that return SystemType
 SystemType VersionInfo.getSystemType()
          Returns the system type
static SystemType SystemType.parse(java.lang.String code)
          Creates for the argument an Object of type SystemType
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.