org.alfresco.filesys.avm
Class StoreType

java.lang.Object
  extended by org.alfresco.filesys.avm.StoreType

public class StoreType
extends java.lang.Object

Store Types Class


Field Summary
static int Normal
           
static int SiteStore
           
static int WebAuthorMain
           
static int WebAuthorPreview
           
static int WebStagingMain
           
static int WebStagingPreview
           
 
Constructor Summary
StoreType()
           
 
Method Summary
static java.lang.String asString(int typ)
          Return a store type as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Normal

public static final int Normal
See Also:
Constant Field Values

SiteStore

public static final int SiteStore
See Also:
Constant Field Values

WebAuthorMain

public static final int WebAuthorMain
See Also:
Constant Field Values

WebAuthorPreview

public static final int WebAuthorPreview
See Also:
Constant Field Values

WebStagingPreview

public static final int WebStagingPreview
See Also:
Constant Field Values

WebStagingMain

public static final int WebStagingMain
See Also:
Constant Field Values
Constructor Detail

StoreType

public StoreType()
Method Detail

asString

public static final java.lang.String asString(int typ)
Return a store type as a string

Parameters:
typ - int
Returns:
String


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.