com.sage.swt.client.resource
Enum SystemLanguageResources.WorkspaceContent

java.lang.Object
  extended by java.lang.Enum<SystemLanguageResources.WorkspaceContent>
      extended by com.sage.swt.client.resource.SystemLanguageResources.WorkspaceContent
All Implemented Interfaces:
SystemLanguageResources.SystemContent, java.io.Serializable, java.lang.Comparable<SystemLanguageResources.WorkspaceContent>
Enclosing class:
SystemLanguageResources

public static enum SystemLanguageResources.WorkspaceContent
extends java.lang.Enum<SystemLanguageResources.WorkspaceContent>
implements SystemLanguageResources.SystemContent

Enumerated type for accessing workspace content.


Enum Constant Summary
ADDSNAPSHOTS
           
COPYRIGHT
           
CUST
           
CUSTOMIZE_TEXT
           
DRAG_SNAPSHOTS_HOMEPAGE
           
LEARNING_CENTER
           
 
Method Summary
 java.lang.String getValue()
          Returns the user-facing text for this content.
static SystemLanguageResources.WorkspaceContent valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SystemLanguageResources.WorkspaceContent[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CUST

public static final SystemLanguageResources.WorkspaceContent CUST

DRAG_SNAPSHOTS_HOMEPAGE

public static final SystemLanguageResources.WorkspaceContent DRAG_SNAPSHOTS_HOMEPAGE

LEARNING_CENTER

public static final SystemLanguageResources.WorkspaceContent LEARNING_CENTER

COPYRIGHT

public static final SystemLanguageResources.WorkspaceContent COPYRIGHT

CUSTOMIZE_TEXT

public static final SystemLanguageResources.WorkspaceContent CUSTOMIZE_TEXT

ADDSNAPSHOTS

public static final SystemLanguageResources.WorkspaceContent ADDSNAPSHOTS
Method Detail

values

public static SystemLanguageResources.WorkspaceContent[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SystemLanguageResources.WorkspaceContent c : SystemLanguageResources.WorkspaceContent.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SystemLanguageResources.WorkspaceContent valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getValue

public java.lang.String getValue()
Returns the user-facing text for this content.

Specified by:
getValue in interface SystemLanguageResources.SystemContent
Returns:
The user-facing text for this content.


Copyright © 2011 Sage Software, Inc. All rights reserved.