Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.client.view
Enum InputFactory.TYPES

java.lang.Object
  extended by java.lang.Enum<InputFactory.TYPES>
      extended by org.nuxeo.opensocial.container.client.view.InputFactory.TYPES
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<InputFactory.TYPES>
Enclosing class:
InputFactory

public static enum InputFactory.TYPES
extends java.lang.Enum<InputFactory.TYPES>


Enum Constant Summary
BOOL
           
COLOR_
           
ENUM
           
HIDDEN
           
LIST
           
NXID_
           
STRING
           
 
Method Summary
static boolean isBool(java.lang.String type)
           
static boolean isColor(java.lang.String type, java.lang.String name)
           
static boolean isCombo(java.lang.String type)
           
static boolean isComboColor(java.lang.String type, java.lang.String name)
           
static boolean isHidden(java.lang.String type)
           
static boolean isNxId(java.lang.String dataType, java.lang.String name)
           
static boolean isString(java.lang.String type)
           
static InputFactory.TYPES valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InputFactory.TYPES[] 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

STRING

public static final InputFactory.TYPES STRING

HIDDEN

public static final InputFactory.TYPES HIDDEN

BOOL

public static final InputFactory.TYPES BOOL

ENUM

public static final InputFactory.TYPES ENUM

LIST

public static final InputFactory.TYPES LIST

COLOR_

public static final InputFactory.TYPES COLOR_

NXID_

public static final InputFactory.TYPES NXID_
Method Detail

values

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

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

valueOf

public static InputFactory.TYPES 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

isString

public static boolean isString(java.lang.String type)

isNxId

public static boolean isNxId(java.lang.String dataType,
                             java.lang.String name)

isHidden

public static boolean isHidden(java.lang.String type)

isCombo

public static boolean isCombo(java.lang.String type)

isBool

public static boolean isBool(java.lang.String type)

isColor

public static boolean isColor(java.lang.String type,
                              java.lang.String name)

isComboColor

public static boolean isComboColor(java.lang.String type,
                                   java.lang.String name)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.