Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.component.date
Enum InputDateTimeRenderer.SUPPORTED_LOCALES

java.lang.Object
  extended by java.lang.Enum<InputDateTimeRenderer.SUPPORTED_LOCALES>
      extended by org.nuxeo.ecm.platform.ui.web.component.date.InputDateTimeRenderer.SUPPORTED_LOCALES
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<InputDateTimeRenderer.SUPPORTED_LOCALES>
Enclosing class:
InputDateTimeRenderer

public static enum InputDateTimeRenderer.SUPPORTED_LOCALES
extends java.lang.Enum<InputDateTimeRenderer.SUPPORTED_LOCALES>


Enum Constant Summary
ca
           
cn
           
cz
           
de
           
en
           
es
           
fr
           
it
           
jp
           
nl
           
pl
           
pt
           
ro
           
ru
           
sv
           
 
Method Summary
static InputDateTimeRenderer.SUPPORTED_LOCALES valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InputDateTimeRenderer.SUPPORTED_LOCALES[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ca

public static final InputDateTimeRenderer.SUPPORTED_LOCALES ca

cn

public static final InputDateTimeRenderer.SUPPORTED_LOCALES cn

cz

public static final InputDateTimeRenderer.SUPPORTED_LOCALES cz

de

public static final InputDateTimeRenderer.SUPPORTED_LOCALES de

en

public static final InputDateTimeRenderer.SUPPORTED_LOCALES en

es

public static final InputDateTimeRenderer.SUPPORTED_LOCALES es

fr

public static final InputDateTimeRenderer.SUPPORTED_LOCALES fr

it

public static final InputDateTimeRenderer.SUPPORTED_LOCALES it

jp

public static final InputDateTimeRenderer.SUPPORTED_LOCALES jp

nl

public static final InputDateTimeRenderer.SUPPORTED_LOCALES nl

pl

public static final InputDateTimeRenderer.SUPPORTED_LOCALES pl

pt

public static final InputDateTimeRenderer.SUPPORTED_LOCALES pt

ro

public static final InputDateTimeRenderer.SUPPORTED_LOCALES ro

ru

public static final InputDateTimeRenderer.SUPPORTED_LOCALES ru

sv

public static final InputDateTimeRenderer.SUPPORTED_LOCALES sv
Method Detail

values

public static InputDateTimeRenderer.SUPPORTED_LOCALES[] 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 (InputDateTimeRenderer.SUPPORTED_LOCALES c : InputDateTimeRenderer.SUPPORTED_LOCALES.values())
    System.out.println(c);

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

valueOf

public static InputDateTimeRenderer.SUPPORTED_LOCALES 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

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.